Skip to main content

Axis2D.Alignment Property

Gets or sets the alignment of the axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public AxisAlignment Alignment { get; set; }

#Property Value

Type Description
AxisAlignment

An AxisAlignment enumeration value which specifies the alignment of the axis.

See Also