ChartNodeGetLineDashPattern Method |
Returns the "LineDashPattern" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetLineDashPattern()
Public Overridable Function GetLineDashPattern As Double()
public:
virtual array<double>^ GetLineDashPattern()
abstract GetLineDashPattern : unit -> float[]
override GetLineDashPattern : unit -> float[]
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