AbstractChartNodeLineWidth Property |
Specifies the line width for this node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double LineWidth { get; set; }
Public Overridable Property LineWidth As Double
Get
Set
public:
virtual property double LineWidth {
double get ();
void set (double value);
}
abstract LineWidth : float with get, set
override LineWidth : float with get, set
Property Value
Type:
Double
A
double which contains the "LineWidth" attribute value.
Remarks
By default, LineWidth = 1.0.
See Also