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

AxisCoordinate.AxisValue Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(AxisValueTypeConverter))]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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