Skip to main content
A newer version of this page is available. .

Axis2DModel.LabelPosition Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public AxisLabelPosition LabelPosition { get; set; }

Property Value

Type
AxisLabelPosition

Available values:

Name Description
Outside

Labels are outside of the chart plot area.

Inside

Labels are inside of the chart plot area.

See Also