Skip to main content

TcxGridChartBarDiagram.GetCategoryAxisPosition Method

Determines the position of a category axis within a bar diagram.

Declaration

function GetCategoryAxisPosition: TcxGridChartAxisPosition; override;

Returns

Type
TcxGridChartAxisPosition

Remarks

Call the GetCategoryAxisPosition function to determine the position of a category axis within a bar diagram. The default return value of this function is cppLeft which indicates that the category axis is displayed vertically on the left side of a chart’s plot area.

See Also