Back to Devexpress

Axis2DModel.LabelPosition Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-axis2dmodel-3118230d.md

latest1.5 KB
Original Source

Axis2DModel.LabelPosition Property

Gets or sets the Axis2D.LabelPosition property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public AxisLabelPosition LabelPosition { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property LabelPosition As AxisLabelPosition

Property Value

TypeDescription
AxisLabelPosition

An AxisLabelPosition enumeration value.

|

Available values:

NameDescription
Outside

Labels are outside of the chart plot area.

| | Inside |

Labels are inside of the chart plot area.

|

See Also

Axis2DModel Class

Axis2DModel Members

DevExpress.XtraCharts.Designer Namespace