Skip to main content

AxisPointTuple.GetAxisPoint() Method

Gets the axis point from the current AxisPointTuple object.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public AxisPoint GetAxisPoint()

Returns

Type Description
AxisPoint

An AxisPoint object that is the axis point from the current AxisPointTuple object.

See Also