Click or drag to resize
ChartNodeSetLineDashPattern Method
Sets the "LineDashPattern" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetLineDashPattern(
	double[] lineDashPattern
)

Parameters

lineDashPattern
Type: SystemDouble
A double[] which specifies the line dash patten to be rendered.
See Also