Search
BarOverlayRenderer Members
Constructors Properties Methods
 


A SeriesRenderer that draws overlaying bars in its containing plot.

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

 Public Constructors

  Name Description

BarOverlayRenderer

Initializes a new instance of the BarOverlayRenderer 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 associated Axis objects after initial measure pass.

backToFrontRatio

Gets the ratio between widths of backmost and frontmost bars.

draw

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

drawHighlight

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

enumVisibleOverlays

Enumerates the bars visible in current data range.

hitTest

Renderer2D.HitTest override. Hit-tests the bar 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