Click or drag to resize
ChartNodeMarkerThickness Property
Specifies the line thickness to be used when rendering the markers.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double MarkerThickness { get; set; }

Property Value

Type: Double
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