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.v14.2.dll

#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 the information about the axis scale type and value.

See Also