Returns the "MarkerDashPattern" attribute value.

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

Syntax

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

Return Value

A double[] that contains the "MarkerDashPattern" attribute value.

Remarks

Returns null if the attribute has not been defined.

See Also