The column construction.
Clustered means multiple values per category axis point are shown side by side.
Stacked means values are shown on top of one another (one column per category axis point total).
FullyStacked means values are stacked and equalized - all columns are the same height, and values take up a percentage of each column.
Column3D means that columns are positioned one behind another.
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ColumnChartColumnTypes ColumnType { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ColumnType As ColumnChartColumnTypes |
| Visual C++ |
|---|
public: property ColumnChartColumnTypes ColumnType { ColumnChartColumnTypes get (); void set (ColumnChartColumnTypes value); } |