Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs.SetDefaultSelection(ASPxClientDashboardItemDataAxisPointTuple[]) Method

Sets the default selection for the current dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void SetDefaultSelection(
    ASPxClientDashboardItemDataAxisPointTuple[] values
)

Parameters

Name Type Description
values ASPxClientDashboardItemDataAxisPointTuple[]

An array of ASPxClientDashboardItemDataAxisPointTuple objects specifying axis point tuples used to select default elements.

See Also