TcxGridChartBarDiagram.GetValueAxisPosition Method
Returns the value axis position in the diagram.
Declaration
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