Skip to main content

AxisCoordinate.AxisValue Property

Specifies the axis value for the annotation anchored to a pane.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public object AxisValue { get; set; }

Property Value

Type Description
Object

A Object value specifying the axis value.

Remarks

The value defined for the axis should correspond to its scale type.

See Also