NestedDonutSeriesView Class
In This Article
Represents a series view of the Nested Donut type.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public class NestedDonutSeriesView :
DonutSeriesView
#Remarks
A particular view type can be defined for a series via its Series.View property.
For more information on series views of the Nested Donut type, refer to the Nested Donut document.
#Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
ChartElement
SeriesView
PieSeriesView
DonutSeriesView
NestedDonutSeriesView
See Also