[]
The Bar class and its properties are only used for bar charts. It is returned by the Bar property of a ChartGroup.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DBar
| Name | Description |
|---|---|
| Colors | Gets the collection of BarColor objects. |
| ColumnFormat | Gets or sets column format. |
| ColumnWidth | Gets or sets column width. |
| Origin | Gets or sets origin of Z-axis for the bar chart. |
| RowFormat | Gets or sets row format. |
| RowWidth | Gets or sets row width. |
| Name | Description |
|---|---|
| GetBarColor(int, int) | Gets an individual bar color. |
| SetBarColor(int, int, Color) | Sets individual bar color. |