Gets and sets the default major grid line color for new charts.

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

Syntax

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

See Also