TiPlotAnnotationObject.Y

TiPlotAnnotationObject See Also

Specifies the center y point of the annotation object.

procedure Y : Double;

Description

Use Y to get or set the center y point of the annotation object. When the Style is set to Line, the Y property value represents one of the points y value instead of the center. The Y property value is converted to pixels based on the Reference property value.

Example

Delphi

iComponent.Annotation[0].Y := 10;

C++ Builder

iComponent->Annotation[0]->Y = 10;

Contents | Index | Previous | Next