Class DonutSeries
Inheritance
System.Object
DonutSeries
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class DonutSeries : PieSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
DonutSeries()
Declaration
public DonutSeries()
Fields
InnerRadiusFactorProperty
Properties
InnerRadiusFactor
Gets or sets the radius of the DonutSeries hole. The value should range from 0 to 1.
Declaration
public float InnerRadiusFactor { get; set; }
Property Value
System.Single
|
Methods
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
DataPointElement
|