UiChartSetDataValueEventArgs.Create

Syntax

Create(SerieIndex: Integer; PointIndex: Integer; Value: Double);

Parameters

SerieIndex - series number.

PointIndex - point number.

Value - determines value of a series point.

Description

The Create constructor creates arguments of the UiChart.OnSetDataValue event. The method is called automatically when the event occurs to create its arguments.

See also:

UiChartSetDataValueEventArgs