TiPlotChannelCustom.DrawStopIndex
TiPlotChannelCustom
Used to get the index of the last data point of a channel visible in the
DataView area.
property DrawStopIndex : Integer;
Description
Use the DrawStopIndex method to get the index of the last data point of a
channel that is visible in the DataView area.
Example
Delphi
Index := iComponent.Channel[0].DrawStopIndex;
C++ Builder
Index = iComponent->Channel[0]->DrawStopIndex;
Contents | Index | Previous | Next