PPCC Namespace
Gets or sets the font used for Y axis

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

Syntax

C#
public Font YAxisFont { get; set; }
Visual Basic (Declaration)
Public Property YAxisFont As Font
Visual C++
public:
property Font^ YAxisFont {
	Font^ get ();
	void set (Font^ value);
}

See Also