Click or drag to resize
ChartNodeGetLineDashPattern Method
Returns the "LineDashPattern" attribute value.

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

Return Value

Type: Double
A double[] that contains the line "LineDashPattern" attribute value.
Remarks
Returns null if the attribute has not been defined.
See Also