DoughnutSeries
Class
Represents a chart series that visualize data points using arcs that form a doughnut.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class DoughnutSeries : PieSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPieSeriesDoughnutSeries...
Implements:
Inherited Members
Constructors
C#
public DoughnutSeries()
Fields
InnerRadiusFactorProperty
DependencyProperty
Identifies the InnerRadiusFactor property.
C#
public static readonly DependencyProperty InnerRadiusFactorProperty
Properties
Gets or sets the inner radius factor (that is the space that remains empty) of the series. The value is in logical units, in the range of [0, 1].
C#
public double InnerRadiusFactor { get; set; }