TcxGridChartBarDiagram.GetCategoryAxisPosition Method
Returns the category axis position in the diagram.
Declaration
function GetCategoryAxisPosition: TcxGridChartAxisPosition; override;
Returns
| Type | Description |
|---|---|
| TcxGridChartAxisPosition | The axis position in the diagram. |
Remarks
Call the GetCategoryAxisPosition function to determine the category axis position in the diagram.
See Also