AxisLabelPosition Enum
Lists values that specify the axis label position.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Members
Name | Description |
---|---|
Outside
|
Labels are outside of the chart plot area. |
Inside
|
Labels are inside of the chart plot area. |
Related API Members
The following properties accept/return AxisLabelPosition values:
Remarks
Use the AxisLabelPosition enumeration values to specify the Axis2D.LabelPosition property.
See Also