TiPlotLimit.Line2Position

TiPlotLimit

Specifies the position of the first limit line.

property Line2Position : Double;

Description

Use Line2Position to get or set the position of the second limit line. The units of the Line2Position are in reference to the values on the referenced axis of interest.

For limit lines of style LineX and LineY, this property is ignored.

CursorStyle
Position Value Meaning
iplsLineX
Property Ignored. Use Line1Position instead.
iplsLineY
Property Ignored. Use Line1Position instead.

For limit lines of style BandX and BandY, this property sets the position of the second cursor line with these fill-region or dual-line data limit line styles. For limit lines of style PolyBandX or PloyBandY, this property is ignored.

CursorStyle
Position Value Meaning
iplsBandX
References the X-Axis scale referenced in the XAxisName property.
iplsBandY
References the Y-Axis scale referenced in the YAxisName property.
iplsPolyBandX
Property Ignored. Use AddBandElement.
iplsPolyBandY
Property Ignored. Use AddBandElement.

Example

Delphi

iComponent.Limit[0].Line2Position := 12.5;

C++ Builder

iComponent->Limit[0]->Line2Position = 12.5;

Contents | Index | Previous | Next