Skip to main content

TcxGridChartBarDiagram.GetValueAxisPosition Method

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

Declaration

function GetValueAxisPosition: TcxGridChartAxisPosition; override;

Returns

Type
TcxGridChartAxisPosition

Remarks

Call the GetValueAxisPosition function to determine the position of a value axis within a bar diagram. By default, the value axis is displayed horizontally on the top (cppTop value) or on the bottom (cppBottom value) side of a chart’s plot area. The actual position depends upon the values of the axis category’s ValueAxisAtMaxCategory and CategoriesInReverseOrder properties and is equal to cppBottom when the values of these properties are equal. Otherwise, the return value is cppTop.

See Also