Back to Devexpress

TcxGridChartBarDiagram.GetValueAxisPosition Method

vcl-cxgridchartview-dot-tcxgridchartbardiagram-60843e25.md

latest1.3 KB
Original Source

TcxGridChartBarDiagram.GetValueAxisPosition Method

Returns the value axis position in the diagram.

Declaration

delphi
function GetValueAxisPosition: TcxGridChartAxisPosition; override;

Returns

TypeDescription
TcxGridChartAxisPosition

The axis position in the diagram.

|

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

TcxGridChartHistogram.AxisValue Property

TcxGridChartBarDiagram Class

TcxGridChartBarDiagram Members

cxGridChartView Unit