PPCC Namespace
Gets or sets the number of Y scale values shown (when auto scale: YScaleMin:0, YScaleMax:0) When Max and//or Min are defined, this is the interval between values

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

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

See Also