A SeriesRenderer that draws bars in its containing plot.
The following tables list the members exposed by the BarRenderer type.
Name | Description | |
---|---|---|
Initializes a new instance of the BarRenderer class. |
Name | Description | |
---|---|---|
Gets or sets the ratio of empty space between adjacent bar groups to space occupied by bars. |
||
Gets or sets a value identifying whether bars should be horizontal. |
||
Gets the rotation angle of inner labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout. |
||
Gets the rotation angle of outer labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout. |
||
Gets or sets the ratio of empty space to occupied space in bar groups drawn for data items as same index in each series. |
||
Gets whether outer labels are displayed stacked on top of stacked bars, instead of showing them on the bar sides. |
Name | Description | |
---|---|---|
SeriesRenderer.AdjustDataRange override. Adjusts the data range of associated Axis objects after initial measure pass. |
||
SeriesRenderer.Draw override. Draws the series data in specified RenderContext. |
||
Renderer2D.DrawHighlight override. Draws highlighted bar in specified RenderContext. |
||
Enumerates the bars visible in current data range. |
||
Renderer2D.HitTest override. Hit-tests the bar representations of data items. |
||
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. |