Skip to main content

DonutSeriesView Class

Represents a series view of the Donut type.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class DonutSeriesView :
    PieSeriesView

Remarks

A particular view type can be defined for a series via its Series.View property.

For more information on series views of the Donut type, refer to the Donut document.

See Also