Enum LabelPosition
Represents the label positions for the map gridlines.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum LabelPosition
Fields
Name | Description |
---|---|
Center | The labels are positioned at the center of the gridlines. |
Far | The labels are positioned at the bottom of the gridlines. |
Near | The labels are positioned at the top of the gridlines. |
OneQuarter | The labels are positioned between the top and center of the gridlines. |
ThreeQuarters | The labels are positioned between the center and bottom of the gridlines. |