Class DoughnutSeries
Represents a chart series that visualize data points using arcs that form a doughnut.
Inheritance
System.Object
DoughnutSeries
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class DoughnutSeries : PieSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
DoughnutSeries()
Declaration
public DoughnutSeries()
Fields
InnerRadiusFactorProperty
Identifies the InnerRadiusFactor property.
Declaration
public static readonly DependencyProperty InnerRadiusFactorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InnerRadiusFactor
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].
Declaration
public double InnerRadiusFactor { get; set; }
Property Value
System.Double
|