Search
StackRenderer Members
Constructors Methods
 


A base SeriesRenderer for stacked graphics.

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

 Public Constructors

  Name Description

StackRenderer

Initializes a new instance of the StackRenderer class.

 Public Methods

  Name Description

enumVisibleStackPoints

Enumerates the data values of rendered series mapped to plot 2D coordinates.

enumVisibleStackRanges

Enumerates each series once providing a list of all visible points at each iteration.

getPixel

Gets the coordinates of specified data item when mapped to a Plot2D pixel.

hitTest

Renderer2D.HitTest override. Hit-tests the stack representations of data items.

measureDataRange

Renderer2D.MeasureDataRange override. Measures the data range of rendered series and assigns it to the associated Axis objects if their MinValue and MaxValue are not set.

 See Also