TiPlotAnnotationObject.X
TiPlotAnnotationObject See Also
Specifies the center x point of the annotation object.
property X : Double;
Description
Use X to get or set the center x point of the annotation object. When the Style is set to Line, the X property value represents one of the points x value
instead of the center. The X property value is converted to pixels based on the Reference property value.
Example
Delphi
iComponent.Annotation[0].X := 10;
C++ Builder
iComponent->Annotation[0]->X = 10;
Contents | Index | Previous | Next