TiPlotLimit.LineWidth
TiPlotLimit
Specifies the pen width used when drawing the limit line or lines.
property LineWidth : Integer;
Description
Use LineWidth to get or set the pen width used when drawing the limit line or
lines. This property is ignored if the Limit's Style property is set to iplsBandX, iplsBandY, iplsPolyBandX, or iplsPolyBandY.
Example
Delphi
iComponent.Limit[0].LineWidth := 2;
C++ Builder
iComponent->Limit[0]->LineWidth = 2;
Contents | Index | Previous | Next