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.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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