Gets or sets grid for the LeftValueAxis. Grid with default settings is used by default. 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 ValueGrid LeftValueAxisGrid { get; set; }
Visual Basic (Declaration)
Public Property LeftValueAxisGrid As ValueGrid
Visual C++
public:
property ValueGrid^ LeftValueAxisGrid {
	ValueGrid^ get ();
	void set (ValueGrid^ value);
}

See Also