TiPlotAnnotationObject.X2
TiPlotAnnotationObject See Also
Specifies the 2nd x point for a line annotation object.
property X2 : Double;
Description
Use X2 to get or set the 2nd x point for a line annotation object. This
property only has an effect if the Style property is set to Line. The X2 property value is converted to pixels based
on the Reference property value.
Example
Delphi
iComponent.Annotation[0].X2 := 10;
C++ Builder
iComponent->Annotation[0]->X2 = 10;
Contents | Index | Previous | Next