Skip to main content

DashboardItemVisualInteractivityEventArgs.SetDefaultSelection(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(
    AxisPointTuple axisPointTuple
)

Parameters

Name Type Description
axisPointTuple AxisPointTuple

A AxisPointTuple object specifying the axis point tuple used to select the default element.

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 an axis point tuple used to select the default element.

See Also