Skip to main content
A newer version of this page is available. .

TargetDimensions Enum

Lists values that specify data items for which interactivity actions can be performed in a Chart and Pie dashboard items.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[Flags]
public enum TargetDimensions

Members

Name Description
Arguments

Arguments are used to perform interactivity actions.

Series

Series are used to perform interactivity actions.

Points

Points are used to perform interactivity actions.

Remarks

Values listed by this enumeration are used to set the ChartInteractivityOptions.TargetDimensions property.

For more information, refer to the Pies - Interactivity - Master Filtering and Charts - Interactivity - Master Filtering articles.

See Also