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


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

Syntax

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

Return Value

Axis object the annotation is attached to.


Axis object the annotation is attached to.

Remarks

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

Set this value to null or Nothing to disable attachment to the axis.


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

Set this value to null or nothing to disable attachment to the 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.