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