Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <TypeConverterAttribute("Dundas.Charting.WebControl.Design.DoubleNanValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")> <CategoryAttribute("Anchor")> <DescriptionAttribute("Gets or sets an annotation anchor position's Y coordinate.")> <RefreshPropertiesAttribute()> Public Overridable Property AnchorY As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DefaultValueAttribute()] [TypeConverterAttribute("Dundas.Charting.WebControl.Design.DoubleNanValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")] [CategoryAttribute("Anchor")] [DescriptionAttribute("Gets or sets an annotation anchor position's Y coordinate.")] [RefreshPropertiesAttribute()] public virtual double AnchorY {get; set;} |
Return Value
A double value that represents the Y coordinate an annotation is anchored to.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