Skip to main content

DashboardItemVisualInteractivityEventArgs.SetDefaultSelection(List<AxisPointTuple>) Method

Sets the default selection for the current dashboard item.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public void SetDefaultSelection(
    List<AxisPointTuple> axisPointTuples
)

Parameters

Name Type Description
axisPointTuples List<AxisPointTuple>

A list of AxisPointTuple objects specifying axis point tuples used to select default elements.

Remarks

Use the DashboardItemVisualInteractivityEventArgs.Data property to obtain client data visualized within the current dashboard item. The returned MultiDimensionalData object provides the MultiDimensionalData.CreateTuple method that allows you to create axis point tuples used to select default elements.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SetDefaultSelection(List<AxisPointTuple>) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also