Search
BarStackRenderer Members
Constructors Properties Methods
 


A SeriesRenderer that draws stacked bars in its containing plot.

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

 Public Constructors

  Name Description

BarStackRenderer

Initializes a new instance of the BarStackRenderer class.

 Public Properties

  Name Description

barSpacingRatio

Gets or sets the ratio of empty space between adjacent bar groups to space occupied by bars.

horizontalBars

Gets or sets a value identifying whether bars should be horizontal.

 Public Methods

  Name Description

adjustDataRange

SeriesRenderer.AdjustDataRange override. Adjusts the data range of the associated Axis objects after initial measure pass.

draw

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

drawHighlight

Renderer2D.DrawHighlight override. Draws highlighted bar in specified RenderContext.

enumVisibleStackBars

Enumerates the bars visible in current data range.

hitTest

StackRenderer.HitTest override. Hit-tests the bar representations of data items.

measureDataRange

StackRenderer.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