Search
FunnelRenderer Members
Constructors Properties Methods
 


Implements a SeriesRenderer used to draw funnel charts. Funnel charts represent the stages of a process and show relative values or measurements associated with each stage.

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

 Public Constructors

  Name Description

FunnelRenderer

Initializes a new instance of the FunnelRenderer class.

 Public Properties

  Name Description

dimension

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

segmentSpacing

Gets or sets the spacing between segments.

series

Gets or sets the Series drawn by this FunnelRenderer.

stemWidth

Gets or sets the width of the funnel stem.

 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.

enumSegments

Enumerates the segments of the funnel.

enumSeries

Implements the SeriesContainer interface.

hitTest

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

 See Also