Back to Devexpress

NestedDoughnutSeriesViewModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-f9114988.md

latest1.8 KB
Original Source

NestedDoughnutSeriesViewModel Class

The NestedDoughnutSeriesView model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(NestedDoughnutSeriesView))]
[GroupPrefix("View: ")]
public class NestedDoughnutSeriesViewModel :
    DoughnutSeriesViewModel
vb
<ModelOf(GetType(NestedDoughnutSeriesView))>
<GroupPrefix("View: ")>
Public Class NestedDoughnutSeriesViewModel
    Inherits DoughnutSeriesViewModel

Inheritance

Object ChartElementModel SeriesViewBaseModel SimpleDiagramSeriesViewBaseModel PieSeriesViewBaseModel PieSeriesViewModel DoughnutSeriesViewModel NestedDoughnutSeriesViewModel

See Also

NestedDoughnutSeriesViewModel Members

DevExpress.XtraCharts.Designer Namespace