Create(
SerieIndex: Integer;
PointIndex: Integer;
Value: Double;
Value2: Double;
Result: Boolean);
SerieIndex - series number;
PointIndex - point number;
Value - determines initial data along OY axis
Value2 - determines initial data along OX axis if a scatter chart is used
Result - determines whether an event has been handled.
The Create constructor creates arguments of the UiChart.OnGetDataValue event (chart plotting). This method is called automatically when the event occurs to create its arguments.
See also: