Skip to main content
A newer version of this page is available. .

DiagramCoordinates.GetAxisValue(AxisBase) Method

Gets the value of the client-side axis instance.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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