Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartBarDiagram.GetValueAxisPosition Method

Returns the value axis position in the diagram.

#Declaration

Delphi
function GetValueAxisPosition: TcxGridChartAxisPosition; override;

#Returns

Type Description
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