Gets or sets height of the grid cell holding the chart. The default is GridUnitType.Star. 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 GridLength GridHeight { get; set; }
Visual Basic (Declaration)
Public Property GridHeight As GridLength
Visual C++
public:
property GridLength GridHeight {
	GridLength get ();
	void set (GridLength value);
}

See Also