The width of the column, in percent. 100 width means columns will blend into each other, creating a histogram.
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public byte ColumnWidth { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ColumnWidth As Byte |
| Visual C++ |
|---|
public: property unsigned char ColumnWidth { unsigned char get (); void set (unsigned char value); } |