Returns the "LineDashPattern" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] GetLineDashPattern()
Visual Basic (Declaration)
Public Overridable Function GetLineDashPattern As Double()
Visual C++
public:
virtual array<double>^ GetLineDashPattern()

Return Value

A double[] that contains the line "LineDashPattern" attribute value.

Remarks

Returns null if the attribute has not been defined.

See Also