Charting for WinForms Programmer's Guide
BarOverlayRenderer Properties
 


 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 indicating whether bars should be horizontal.

InnerLabelRotation

Gets or sets the rotation angle of inner labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout.

LabelBrush

Gets or sets the Brush that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

LabelFontName

Gets or sets the name of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

LabelFontSize

Gets or sets the size of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

LabelFontStyle

Gets or sets the style of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

OuterLabelRotation

Gets or sets the rotation angle of outer labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout.

Series

Gets or sets a list of Series drawn by this Renderer2D. (Inherited from Renderer2D.)

SeriesStyle

A SeriesStyle instance specifying the appearance of series associated with this renderer. (Inherited from SeriesRenderer.)

ShowDataLabels

Gets or sets the kind of data labels to draw. (Inherited from SeriesRenderer.)

ShowHighlight

Gets or sets a value indicating whether to show highlights on data items. (Inherited from SeriesRenderer.)

ShowToolTips

Gets or sets a value indicating whether to show tooltips. (Inherited from SeriesRenderer.)

StackOuterLabels

Gets or sets whether outer labels are displayed stacked on top of stacked bars, instead of showing them on the bar sides.

XAxis

Gets the X axis associated with this Renderer2D. (Inherited from Renderer2D.)

YAxis

Gets the Y axis associated with this Renderer2D. (Inherited from Renderer2D.)

 See Also

BarOverlayRenderer Class
MindFusion.Charting Namespace