Result: String;
Use the Result property to specify names of graph points.
Sub UiChartOnGetPointName(Sender: Object; Args: IUiChartPointNameEventArgs);
Begin
Args.Result := "point " + Args.PointIndex.ToString;
End Sub UiChartOnGetPointName;
After executing the example names of graph points are changed: Point 0, point 1 and so on.
See also: