Table of Contents

Enum XAxisLabelPosition

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates the position of the X axis labels as either top or bottom in a HeatMap

public enum XAxisLabelPosition
Extension Methods

Fields

Bottom = 1

The X axis labels are displayed at the bottom of the chart centered horizontally.

None = 2

Do not include X axis labels

Top = 0

The X axis labels are displayed at the top of the chart centered horizontally.