DashboardItemVisualInteractivityEventArgs.SetDefaultSelection(List<AxisPoint>) Method
In This Article
Sets the default selection for the current dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
axis |
List<Axis |
A list of Axis |
#Remarks
Use the DashboardItemVisualInteractivityEventArgs.Data property to obtain client data visualized within the current dashboard item. Use can obtain axis points contained within the returned MultiDimensionalData object using its members.
See Also