Skip to main content

DataAxis.RootPoint Property

Gets the root axis point belonging to the current DataAxis.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public AxisPoint RootPoint { get; }

Property Value

Type Description
AxisPoint

An AxisPoint object that is the root axis point.

See Also