Back to Devexpress

AxisTitleModel.Position Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-axistitlemodel.md

latest1.4 KB
Original Source

AxisTitleModel.Position Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public AxisTitlePosition Position { get; set; }
vb
Public Property Position As AxisTitlePosition

Property Value

TypeDescription
AxisTitlePosition

An AxisTitlePosition enumeration value.

|

Available values:

NameDescription
Outside

The axis title is outside of the chart plot area.

| | Inside |

The axis title is inside of the chart plot area.

|

See Also

AxisTitleModel Class

AxisTitleModel Members

DevExpress.XtraCharts.Designer Namespace