Back to Devexpress

NestedDoughnutSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-5bc26268.md

latest2.4 KB
Original Source

NestedDoughnutSeriesLabel Class

Defines label settings for Nested doughnut series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class NestedDoughnutSeriesLabel :
    DoughnutSeriesLabel
vb
Public Class NestedDoughnutSeriesLabel
    Inherits DoughnutSeriesLabel

Remarks

The NestedDoughnutSeriesLabel class provides label functionality for series of the Nested Doughnut view type.

The NestedDoughnutSeriesLabel class inherits properties and methods from the base DoughnutSeriesLabel class, which defines the common settings for the labels of pie and doughnut series.

An instance of the NestedDoughnutSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is NestedDoughnutSeriesView.

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase PieSeriesLabel DoughnutSeriesLabel NestedDoughnutSeriesLabel

See Also

NestedDoughnutSeriesLabel Members

DevExpress.XtraCharts Namespace