Back to Devexpress

PieWindowDefinition Class

dashboard-devexpress-dot-dashboardcommon-c61c0efa.md

latest2.2 KB
Original Source

PieWindowDefinition Class

A window definition used to perform calculations within the PieDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class PieWindowDefinition :
    MeasureCalculationWindowDefinition
vb
Public Class PieWindowDefinition
    Inherits MeasureCalculationWindowDefinition

Remarks

A window definition is used to apply calculations to measure values. To specify a window, create and initialize the PieWindowDefinition class and assign the resulting object to the Measure.WindowDefinition property.

The PieWindowDefinition class allows you to specify the window for the Pie dashboard item.

To learn more, see MeasureCalculation.

Inheritance

Object DevExpress.DashboardCommon.Native.ClonableModelBase<MeasureCalculationWindowDefinition> MeasureCalculationWindowDefinition PieWindowDefinition

See Also

PieWindowDefinition Members

DevExpress.DashboardCommon Namespace