Skip to main content

DiagramCoordinates.GetAxisValue(AxisBase) Method

Gets the value of the client-side axis instance.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public AxisValue GetAxisValue(
    AxisBase axis
)

Parameters

Name Type Description
axis AxisBase

An AxisBase class descendant, representing 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