MultiDimensionalData.GetAxisRoot(String) Method
In This Article
Gets the root axis point belonging to the specified data axis.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
axis |
String | A string value returned by the Dashboard |
#Returns
Type | Description |
---|---|
Axis |
An Axis |
See Also