Back to Devexpress

DiagramCoordinates.GetAxisValue(Axis2D) Method

wpf-devexpress-dot-xpf-dot-charts-dot-diagramcoordinates-dot-getaxisvalue-x28-devexpress-dot-xpf-dot-charts-dot-axis2d-x29.md

latest1.4 KB
Original Source

DiagramCoordinates.GetAxisValue(Axis2D) Method

Gets the value containing the information about the current axis.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisValue GetAxisValue(
    Axis2D axis
)
vb
Public Function GetAxisValue(
    axis As Axis2D
) As AxisValue

Parameters

NameTypeDescription
axisAxis2D

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

|

Returns

TypeDescription
AxisValue

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

|

See Also

DiagramCoordinates Class

DiagramCoordinates Members

DevExpress.Xpf.Charts Namespace