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

AxisTitleModel.Position Property

Gets or sets the AxisTitle.Position property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public AxisTitlePosition Position { get; set; }

Property Value

Type Description
AxisTitlePosition

An AxisTitlePosition enumeration value.

Available values:

Name Description
Outside

The axis title is outside of the chart plot area.

Inside

The axis title is inside of the chart plot area.

See Also