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 ( |
See Also