Value: Double;
The Value property determines the series point value.
Sub UiChart1OnSetDataValue(Sender: Object; Args: IUiChartSetDataValueEventArgs);
Var
i: Double;
Begin
i := Args.Value;
End Sub UiChart1OnSetDataValue;
After executing the example the i variable contains a new value of the series point.
See also: