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 = 1The X axis labels are displayed at the bottom of the chart centered horizontally.
None = 2Do not include X axis labels
Top = 0The X axis labels are displayed at the top of the chart centered horizontally.