The ratio of shown values to value axis grid lines. 1 means a value will be shown at every grid line; 2 means a value will be shown at every second grid line, etc. The higher the number, the less values will be shown!

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int YLeftValuesFrequency { get; set; }
Visual Basic (Declaration)
Public Property YLeftValuesFrequency As Integer
Visual C++
public:
property int YLeftValuesFrequency {
	int get ();
	void set (int value);
}

See Also