DashboardItemVisualInteractivityEventArgs.SetDefaultSelection(List<AxisPoint>) Method
Sets the default selection for the current dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
axisPoints | List<AxisPoint> | A list of AxisPoint objects specifying axis points used to select the default elements. |
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