Class Pie.SegmentGenerator
Geometry Generator for Pie and Doughnut.
Inheritance
System.Object
Pie.SegmentGenerator
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
protected class SegmentGenerator : Object
Constructors
SegmentGenerator()
Properties
DefinitionStartAngle
Gets or sets the start angle defined.
Declaration
public double DefinitionStartAngle { get; set; }
Property Value
System.Double
The start angle. |
Geometry
Gets the geometry.
Declaration
public Geometry Geometry { get; }
Property Value
System.Windows.Media.Geometry
The geometry. |
InnerRadiusRatio
Gets or sets the inner radius.
Declaration
public double InnerRadiusRatio { get; set; }
Property Value
System.Double
The inner radius. |
StartValue
Gets or sets the start value.
Declaration
public double StartValue { get; set; }
Property Value
System.Double
The start value. |
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
System.Double
The value. |
Methods
UpdateGeometry(Size)
Updates the geometry.
Declaration
public void UpdateGeometry(Size size)
Parameters
System.Windows.Size
size
The size. |