Back to Devexpress

DoughnutSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-473cfbb0.md

latest2.4 KB
Original Source

DoughnutSeriesLabel Class

Defines label settings for Doughnut series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Remarks

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

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

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

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase PieSeriesLabel DoughnutSeriesLabel NestedDoughnutSeriesLabel

See Also

DoughnutSeriesLabel Members

PieSeriesLabel

DevExpress.XtraCharts Namespace