Name | Description | |
---|---|---|
Appearance | Gets or sets the appearance of a bar chart. | |
BarLineColor | Gets or sets the color used to render BarLines indicated by the BarLines property (only applies to stacked bar and column charts). | |
BarLines | Gets or sets a value indicating whether 2D stacked bar and column charts render lines from common series rectangles from one point to the next. | |
BarLineThickness | Gets or sets the thickness of bar lines indicated by the BarLines property, in twips. Only applies to stacked bar and column charts. | |
ClusterOverlap | Gets or sets the percentage by which bar elements in the same cluster overlap. | |
ClusterWidth | Gets or sets the percentage that each bar cluster occupies. The percentage applies to the closest clusters. | |
MixedStacking | Gets or sets a value indicating whether bar charts with mixed positive and negative values display both stacks at each point. Always True for 3D bars.
If True, postive values are stacked above the origin and negative values are stacked below the origin. If False, values are stacked by simple addition of values in series order. | |
MultiRow | Gets or sets a value indicating whether the 3D bar chart is plotted using multiple rows. |