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.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property AxisLabel As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual string AxisLabel {get; set;} |
Return Value
A value that represents an axis label.
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.
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