PieWindowDefinition.DefinitionMode Property
In This Article
Gets or sets the window definition mode used to perform calculations within the PieDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(PieWindowDefinitionMode.Series)]
public PieWindowDefinitionMode DefinitionMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pie |
Series | A Pie |
Available values:
Name | Description |
---|---|
Arguments | A calculation is performed through arguments. |
Series | A calculation is performed through series. |
Arguments |
A calculation is performed through arguments, then series. |
Series |
A calculation is performed through series, then arguments. |
See Also