Class Doughnut
This class represents a 2D doughnut series item.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Doughnut : Pie, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
Doughnut()
Declaration
public Doughnut()
Fields
InnerRadiusRatioProperty
Identifies the InnerRadiusRatio dependency property.
Declaration
public static readonly DependencyProperty InnerRadiusRatioProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InnerRadiusRatio
Gets or sets a value that indicates the ratio between the inner and the outer radius.
Declaration
public double InnerRadiusRatio { get; set; }
Property Value
System.Double
|
Methods
CreateGeometryGenerators()
Creates the Geometry Generators.
Declaration
protected override Collection<Pie.SegmentGenerator> CreateGeometryGenerators()
Returns
System.Collections.ObjectModel.Collection<Pie.SegmentGenerator>
|
Overrides
EvaluateInnerRadiusRatio()
Evaluates the inner radius ratio.
Declaration
protected override double EvaluateInnerRadiusRatio()
Returns
System.Double
|
Overrides
OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)
Called when DataSeries Definition is changed.
Declaration
protected override void OnDataSeriesDefinitionChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
The sender. |
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |