Enum ChartAxisTitlePosition
Specifies the position of an axis title along the ChartAxis.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum ChartAxisTitlePosition
Fields
Name | Description |
---|---|
Center | Specifies that the axis title MUST be positioned on the center of the axis. |
Far | Specifies that the axis title MUST be positioned on the far side of the axis. |
Near | Specifies that the axis title MUST be positioned on the near side of the axis (the near side is the origin of the primary axes). |