ChartNodeSetLineDashPattern Method |
Sets the "LineDashPattern" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetLineDashPattern(
double[] lineDashPattern
)
Public Overridable Sub SetLineDashPattern (
lineDashPattern As Double()
)
public:
virtual void SetLineDashPattern(
array<double>^ lineDashPattern
)
abstract SetLineDashPattern :
lineDashPattern : float[] -> unit
override SetLineDashPattern :
lineDashPattern : float[] -> unit
Parameters
- lineDashPattern
- Type: SystemDouble
A double[] which specifies the line dash patten to be
rendered.
See Also