Skip to main content

DiagramCoordinates.GetAxisValue(Axis2D) Method

Gets the value containing the information about the current axis.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public AxisValue GetAxisValue(
    Axis2D axis
)

Parameters

Name Type Description
axis Axis2D

An Axis2D class descendant that is the axis that contains the requested value.

Returns

Type Description
AxisValue

An AxisValue object that contains information about the axis scale type and value.

See Also