AxisLabel Class
In This Article
Contains settings for axis labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
public class AxisLabel :
ChartTextElement,
IAxisLabel,
ISupportFlowDirection,
IWeakEventListener,
IPatternHolder
#Returned By
Properties that return AxisLabel instances:
#Remarks
An object of the AxisLabel type is returned by the AxisBase.Label property.
The AxisLabel class provides different settings that define the position of axis labels (AxisLabel.Staggered) and their text format (AxisLabel.BeginText, AxisLabel.EndText).
Instead of the default labels, you can specify custom ones, via the Axis2D.CustomLabels property.
#Inheritance
#Extension Methods
See Also