TiPlotChannelCustom.DataX
TiPlotChannelCustom See Also
Used to get or set the x data of a specific data point.
property DataX[Index: Integer]: Double;
Description
Use DataX to get or set the x data of a specific data point.
Example
Delphi
Value := iComponent.Channel[0].DataX[5];
C++ Builder
Value = iComponent->Channel[0]->DataX[5];
Contents | Index | Previous | Next