[This is preliminary documentation and is subject to change.]

Get or sets coefficient for allocation of space between 2 data points to a single column. This is a dependency property.

Namespace:  AmCharts.Windows.QuickCharts
Assembly:  AmCharts.Windows.QuickCharts (in AmCharts.Windows.QuickCharts.dll) Version: 1.0.0.0 (1.0.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);
}

Remarks

A value between 0 and 1 is expected. 0 means no space and 1 means the column will occupy the whole space between 2 neighbouring data points.

See Also