Gets and sets the default size for new charts.

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

Syntax

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

See Also