dashboard-devexpress-dot-dashboardcommon-cd4a078a.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
[Flags]
public enum TargetDimensions
<Flags>
Public Enum TargetDimensions
| 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.
|
The following properties accept/return TargetDimensions values:
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