Skip to main content

TcxGridChartHistogramAxis.GetPosition Method

When implemented, determines the position of the axis within a chart diagram.

Declaration

function GetPosition: TcxGridChartAxisPosition; virtual; abstract;

Returns

Type
TcxGridChartAxisPosition

Remarks

This is an abstract function. TcxGridChartHistogramAxis descendants have to implement this function to return meaningful values based upon specific aspects of the axes they correspond to.

See Also