Back to Devexpress

AxisLabelPosition Enum

wpf-devexpress-dot-xpf-dot-charts-c1cf4daf.md

latest1.1 KB
Original Source

AxisLabelPosition Enum

Lists values that specify the axis label position.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum AxisLabelPosition
vb
Public Enum AxisLabelPosition

Members

NameDescription
Outside

Labels are outside of the chart plot area.

| | Inside |

Labels are inside of the chart plot area.

|

The following properties accept/return AxisLabelPosition values:

Remarks

Use the AxisLabelPosition enumeration values to specify the Axis2D.LabelPosition property.

See Also

DevExpress.Xpf.Charts Namespace