Skip to main content

CrosshairAxisLabelElement.AxisValue Property

Gets or sets the crosshair axis label’s position along an axis.

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 that specifies the crosshair axis label’s position.

Remarks

Use the AxisValue property to customize the appearance of a crosshair axis label element when custom drawing a crosshair cursor.

See Also