Specifies the line thickness to be used when rendering the markers.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double MarkerThickness { get; set; }
Visual Basic (Declaration)
Public Overridable Property MarkerThickness As Double
Visual C++
public:
virtual property double MarkerThickness {
	double get ();
	void set (double value);
}

Field Value

A double that contains the "MarkerThickness" attribute value.

Remarks

If "MarkerThickness" is 2.0 then markers are drawn twice as thick as normal. By default, MarkerThickness = 1.0.

See Also