PPCC Namespace
Gets or sets the number of decimal places for Y axis

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

Syntax

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

See Also