Skip to main content

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.v24.2.Core.dll

NuGet Package: DevExpress.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.

#Related API Members

The following properties accept/return TargetDimensions values:

#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