Gets or sets the Y axis an annotation is attached to.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property AxisY As Axis |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual Axis AxisY {get; set;} |
Return Value
Axis object this annotation is attached to.
Axis object this annotation is attached to.
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.
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