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