[]
The Bar class contains properties specific to Bar charts.
[TypeConverter(typeof(Bar.TypeConverter))]
public class Bar : c1SpecialData
The Bar class and its properties are only used for bar charts. It is returned by the Bar property of a ChartGroup.
Name | Description |
---|---|
Appearance | Gets or sets the appearance of a bar chart. |
BarLineColor | Gets or sets the Color used for rendering BarLines indicated by the BarLines property. |
BarLineThickness | Gets or sets the thickness in pixels for rendering BarLines indicated by the BarLines property. |
BarLines | Gets or sets whether 2D stacked bar and column charts render lines from common series rectangles from one point to the next. |
ClusterOverlap | Gets or sets the percentage that bar elements in the same cluster overlap. |
ClusterWidth | Gets or sets the percentage that each bar cluster occupies. |
MixedStacking | Gets or sets whether bar charts with mixed positive and negative values display both stacks at each point. Always True for 3D bars. |
MultiRow | Gets or sets whether the 3D bar chart is plotted using multiple rows. |