Skip to main content

TcxGridChartDiagram.GetValueCaption(TcxGridChartSeries,Integer) Method

Returns the caption of a chart value.

Declaration

function GetValueCaption(ASeries: TcxGridChartSeries; AValueIndex: Integer): string; virtual;

Parameters

Name Type Description
ASeries TcxGridChartSeries

The source series.

AValueIndex Integer

The required value’s index.

Returns

Type Description
string

The caption of the specified value (AValueIndex) in the source series (ASeries).

See Also