Back to Devexpress

DiagramCoordinates.GetAxisValue(AxisBase) Method

corelibraries-devexpress-dot-xtracharts-dot-diagramcoordinates-dot-getaxisvalue-x28-devexpress-dot-xtracharts-dot-axisbase-x29.md

latest1.5 KB
Original Source

DiagramCoordinates.GetAxisValue(AxisBase) Method

Gets the value of the client-side axis instance.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
axisAxisBase

An AxisBase class descendant, representing the axis that contains the requested value.

|

Returns

TypeDescription
AxisValue

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

|

See Also

DiagramCoordinates Class

DiagramCoordinates Members

DevExpress.XtraCharts Namespace