Gets and sets the default primary title font for new charts.

Namespace:  CenterSpace.NMath.Charting.Microsoft
Assembly:  NMathChartMicrosoft (in NMathChartMicrosoft.dll) Version: 5.1.0.0

Syntax

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

See Also