Skip to main content

PieWindowDefinition.DefinitionMode Property

Gets or sets the window definition mode used to perform calculations within the PieDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(PieWindowDefinitionMode.Series)]
public PieWindowDefinitionMode DefinitionMode { get; set; }

Property Value

Type Default Description
PieWindowDefinitionMode Series

A PieWindowDefinitionMode enumeration value that specifies the window definition mode.

See Also