Class PieRenderer
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 PieRenderer : ChartRenderer, IChartRenderer
Constructors
PieRenderer(PieArea)
Initializes a new instance of the PieRenderer class.
Declaration
public PieRenderer(PieArea area)
Parameters
PieArea
area
The area. |
Properties
Area
DrawParts
Gets the draw parts.
Declaration
protected List<IDrawPart> DrawParts { get; }
Property Value
System.Collections.Generic.List<IDrawPart>
The draw parts. |
Methods
Draw(Object)
Draws the specified context.
Declaration
public override void Draw(object context)
Parameters
System.Object
context
The context. |
Overrides
HitTest(Int32, Int32)
Returns the DataPoint that hits the x,y coordinates.
Declaration
public override DataPoint HitTest(int x, int y)
Parameters
System.Int32
x
The x. |
System.Int32
y
The y. |
Returns
DataPoint
|
Overrides
Initialize()
Initializes this instance.
Declaration
protected override void Initialize()