UiChartGetDataValueEventArgs.Create

Syntax

Create(

SerieIndex: Integer;

PointIndex: Integer;

Value: Double;

Value2: Double;

Result: Boolean);

Parameters

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.

Description

The Create constructor creates arguments of the UiChart.OnGetDataValue event (chart plotting). The method is called automatically when the event occurs to create its arguments.

See also:

UiChartGetDataValueEventArgs