TiPlotChannelCustom.DrawStartIndex

TiPlotChannelCustom

Used to get the index of the first data point of a channel visible in the DataView area.

property DrawStartIndex : Integer;

Description

Use the DrawStartIndex method to get the index of the first data point of a channel that is visible in the DataView area.

Example

Delphi

Index := iComponent.Channel[0].DrawStartIndex;

C++ Builder

Index = iComponent->Channel[0]->DrawStartIndex;

Contents | Index | Previous | Next