Back to Devexpress

TargetDimensions Enum

dashboard-devexpress-dot-dashboardcommon-cd4a078a.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[Flags]
public enum TargetDimensions
vb
<Flags>
Public Enum TargetDimensions

Members

NameDescription
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:

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

Master Filtering in the WinForms Designer

DevExpress.DashboardCommon Namespace