TcxGridChartDiagram.GetValueCaption(TcxGridChartSeries,Integer) Method
In This Article
Returns the caption of a chart value.
#Declaration
Delphi
function GetValueCaption(ASeries: TcxGridChartSeries; AValueIndex: Integer): string; virtual;
#Parameters
Name | Type | Description |
---|---|---|
ASeries | Tcx |
The source series. |
AValue |
Integer | The required value’s index. |
#Returns
Type | Description |
---|---|
string | The caption of the specified value ( |
See Also