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

AxisTitleModel.Position Property

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public AxisTitlePosition Position { get; set; }

Property Value

Type
AxisTitlePosition

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