Skip to main content

TcxGridChartHistogram.GetValueAxisPosition Method

Returns the value axis position in the diagram.

Declaration

function GetValueAxisPosition: TcxGridChartAxisPosition; virtual;

Returns

Type Description
TcxGridChartAxisPosition

The current value axis position.

Remarks

Refer to the TcxGridChartAxisPosition class description for available options.

Use the AxisCategory.ValueAxisAtMaxCategory and AxisCategory.CategoriesInReverseOrder properties to change the default value axis position.

Note

TcxGridChartHistogram descendants override the GetValueAxisPosition function to return diagram type-specific axis positions.

See Also