Skip to main content

TcxGridChartHistogram.GetCategoryAxisPosition Method

Returns the position of a category axis within the diagram.

Declaration

function GetCategoryAxisPosition: TcxGridChartAxisPosition; virtual;

Returns

Type
TcxGridChartAxisPosition

Remarks

By default, this function returns cppBottom. Refer to the description of TcxGridChartAxisPosition to learn about available options for axes.

Note

TcxGridChartHistogram descendants override the GetCategoryAxisPosition function to provide return values specific to the diagram type they represent.

See Also