Search
PieRenderer Members
Constructors Properties Methods
 


A SeriesRenderer that draws pies in its containing plot.

The following tables list the members exposed by the PieRenderer type.

 Public Constructors

  Name Description

PieRenderer

Initializes a new instance of the PieRenderer class.

 Public Properties

  Name Description

dimension

Gets or sets the dimension index that should be used to read data from the Series.

doughnut

Gets or sets a value indicating whether the pie should be rendered as a doughnut.

series

Gets or sets the Series drawn by this PieRenderer.

 Public Methods

  Name Description

draw

SeriesRenderer.Draw override. Draws the series data in specified RenderContext.

drawHighlight

SeriesRenderer.DrawHighlight override. Draws highlighted slice in specified RenderContext.

enumSeries

Implements the SeriesContainer interface.

enumSlices

Enumerates the slices of the pie.

hitTest

SeriesRenderer.HitTest override. Hit-tests the slices representing data items.

 See Also