TiPlotLimit.Line1Position

TiPlotLimit

Specifies the position of the first limit line.

property Line1Position : Double;

Description

Use Line1Position to get or set the position of the first limit line. The units of the Line1Position are in reference to the values on the referenced axis of interest. This property is used for all limit line styles.

For limit lines of style LineX and LineY, this property sets the position of the single limit line used with these limit styles.

CursorStyle
Position Value Meaning
iplsLineX
References the X-Axis scale referenced in the XAxisName property.
iplsLineY
References the Y-Axis scale referenced in the YAxisName property.

For limit lines of style BandX and BandY, this property sets the position of the first 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].Line1Position := 12.5;

C++ Builder

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

Contents | Index | Previous | Next