Gets and sets the default marker for new charts.

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

Syntax

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

See Also