PPCC Namespace
Gets or sets the font used for X and Y axis

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

Syntax

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

See Also