TiStripChart.RemoveAllVerticalLines

TiStripChart

Removes all vertical lines that were added.

procedure RemoveAllVerticalLines

Description

Use RemoveAllVerticalLines to remove all vertical lines that were added using the AddVerticalLine method.

Example

Delphi

iComponent.RemoveAllVerticalLines();

C++ Builder

iComponent->RemoveAllVerticalLines();

Contents | Index | Previous | Next