Skip to main content

CustomAxisLabel.Value Property

Gets or sets the custom label's position along an axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[TypeConverter(typeof(AxisValueTypeConverter))]
[XtraSerializableProperty]
public object Value { get; set; }

#Property Value

Type Description
Object

An Object that specifies the axis value to which the custom label corresponds.

#Remarks

The Value property specifies the position of a custom label along the axis to which it belongs.

The value set for the Value property should fall in the range specified by the Axis.Range property, and be defined in measurement units appropriate for the axis scale type.

See Also