ChartNodeMarkerThickness Property |
Specifies the line thickness to be used when rendering the markers.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double MarkerThickness { get; set; }
Public Overridable Property MarkerThickness As Double
Get
Set
public:
virtual property double MarkerThickness {
double get ();
void set (double value);
}
abstract MarkerThickness : float with get, set
override MarkerThickness : float with 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