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


Gets or sets the axis label for a data point, series or an empty point. Only used if a custom label has not been specified for the relevant Axis object.


Data point X axis label text.

Syntax

Visual Basic (Declaration)  
Public Overridable Property AxisLabel As String
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
Dim value As String
 
instance.AxisLabel = value
 
value = instance.AxisLabel
C#  
public virtual string AxisLabel {get; set;}

Return Value

A value that represents an axis label.

Remarks

This sets the axis label for a data point, series or an empty point.

This property can only be set at run-time for a Series object. Setting this for a Series object will result in all of its data points using this label.

If the AxisLabel property is not set and a custom label has not been specified then an axis label will be generated automatically using the axis scale. For further details concerning how axis labels are generated refer to the Labeling Methods topic.

Empty point labels are set using the Series.EmptyPointStyle property.

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.