Dundas Chart for ASP.NET
AxisY Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Annotation Class : AxisY Property


Enterprise Only Feature. Gets or sets the Y axis an annotation is attached to.
Gets or sets the Y axis an annotation is attached to.

Syntax

Visual Basic (Declaration)  
Public Overridable Property AxisY As Axis
Visual Basic (Usage) Copy Code
Dim instance As Annotation
Dim value As Axis
 
instance.AxisY = value
 
value = instance.AxisY
C#  
public virtual Axis AxisY {get; set;}

Return Value

Axis object this annotation is attached to.


Axis object this annotation is attached to.

Remarks

When an annotation is attached to an axis it's Y position is always in axis coordinates. To define an annotation's size in axis coordinates as well, make sure SizeAlwaysRelative property is set to false.

Set this value to null or Nothing to disable annotation attachment to an axis.


When an annotation is attached to an axis it's Y position is always in axis coordinates. To define an annotation's size in axis coordinates as well, make sure SizeAlwaysRelative property is set to false.

Set this value to null or nothing to disable annotation attachment to an axis.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.