AxisLabelPosition Enum
Lists values that specify the axis label position.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum AxisLabelPosition
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:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Axis2D.LabelPosition |
WinForms Controls | Axis2DModel.LabelPosition |
Remarks
Use the AxisLabelPosition enumeration values to specify the Axis2D.LabelPosition property.
See Also