Gets or sets the Y coordinate the annotation is anchored to.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property AnchorY As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual double AnchorY {get; set;} |
Return Value
A double value that represents the Y coordinate an annotation is anchored to.
A double value that represents the Y coordinate an annotation is anchored to.
The annotation is anchored to the Y coordinate specified in relative or axis coordinates, depending on the AxisX property value.
To automatically position an annotation relative to an anchor point make sure it's Y property is set to Double.NaN. The AnchorAlignment property may be used to change the annotation's automatic position alignment to the anchor point. The AnchorOffsetX and AnchorOffsetY properties may be used to add extra spacing.
This property has a higher priority than the AnchorDataPoint property.
Set this value to Double.NaN to disable annotation anchoring to the value.
The annotation is anchored to the Y coordinate specified in relative or axis coordinates, depending on the AxisX property value.
To automatically position an annotation relative to an anchor point make sure it's Y property is set to Double.NaN. The AnchorAlignment property may be used to change the annotation's automatic position alignment to the anchor point. The AnchorOffsetX and AnchorOffsetY properties may be used to add extra spacing.
This property has a higher priority than the AnchorDataPoint property.
Set this value to Double.NaN to disable annotation anchoring to the value.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
Reference
Annotation ClassAnnotation Members
AnchorY Property
AnchorOffsetX Property
AnchorOffsetY Property
AnchorAlignment Property
AnchorDataPoint Property
AnchorY Property
AnchorOffsetX Property
AnchorOffsetY Property
AnchorAlignment Property
AnchorDataPoint Property
AnchorY Property
AnchorOffsetX Property
AnchorOffsetY Property
AnchorAlignment Property
AnchorDataPoint Property
AnchorY Property
AnchorOffsetX Property
AnchorOffsetY Property
AnchorAlignment Property
AnchorDataPoint Property