TiPlotLimit.ClearAllElements

TiPlotLimit

Used to clear all band elements from a limit object.

procedure ClearAllElements;

Description

Call the ClearAllElements method to clear all Band Elements that have been added to the limit with the AddBandElement method. This method only affects limit lines with their Style property set to iplsPolyBandX or iplsPolyBandY.

Example

Delphi

iComponent.Limit[0].ClearAllElements;

C++ Builder

iComponent->Limit[0]->ClearAllElements();

Contents | Index | Previous | Next