Enum YAxisLabelPosition
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the position of the Y axis labels as either left or right in a HeatMap
public enum YAxisLabelPosition
- Extension Methods
Fields
Left = 0
The Y axis labels are displayed at the left of the chart
None = 2
Do not include Y axis labels
Right = 1
The Y Axis labels are displayed at the right of the chart