Back to Devexpress

AxisBase.DisplayPosition Property

maui-devexpress-dot-maui-dot-charts-dot-axisbase-e7edb2d4.md

latest2.5 KB
Original Source

AxisBase.DisplayPosition Property

Gets or sets the axis position. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public AxisDisplayPositionBase DisplayPosition { get; set; }

Property Value

TypeDescription
AxisDisplayPositionBase

The AxisDisplayPositionBase class descendant that specifies the axis position.

|

Remarks

To define the axis position within the chart diagram, set the DisplayPosition property to one of the following objects:

See Also

AxisBase Class

AxisBase Members

DevExpress.Maui.Charts Namespace