Specifies if the chart should appear like a column chart (vertical columns) or bar chart (horizontal bars). If you are using bars, all the settings that refer to columns will apply to bars.
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ColumnChartTypes ChartType { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ChartType As ColumnChartTypes |
| Visual C++ |
|---|
public: property ColumnChartTypes ChartType { ColumnChartTypes get (); void set (ColumnChartTypes value); } |