TiPlotChannelCustom.DataY

TiPlotChannelCustom See Also

Used to get or set the y data of a specific data point.

property DataY[Index: Integer]: Double;

Description

Use DataX to get or set the y data of a specific data point.

Example

Delphi

Value := iComponent.Channel[0].DataY[5];

C++ Builder

Value = iComponent->Channel[0]->DataY[5];

Contents | Index | Previous | Next