Enum RangeSelectorLabelPlacement
Specifies the Label Placement for axis.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum RangeSelectorLabelPlacement
Fields
| Name | Description |
|---|---|
| Auto | Renders the label between or on the ticks based on data. |
| BetweenTicks | Renders the label between the ticks. |
| OnTicks | Renders the label on the ticks. |