Gets or sets portion of current grouping interval step allocated to one column. From 0 (vertical line) to 1 (all space). The default is 0.8. This is a dependency property.

Namespace:  AmCharts.Windows.Stock
Assembly:  AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public double ColumnWidthAllocation { get; set; }
Visual Basic (Declaration)
Public Property ColumnWidthAllocation As Double
Visual C++
public:
property double ColumnWidthAllocation {
	double get ();
	void set (double value);
}

See Also