Click or drag to resize
AbstractChartNodeLineWidth Property
Specifies the line width for this node.

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

Property Value

Type: Double
A double which contains the "LineWidth" attribute value.
Remarks
By default, LineWidth = 1.0.
See Also