Click or drag to resize
ChartNodeSetMarkerDashPattern Method
Sets the "MarkerDashPattern" attribute value.

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

Parameters

markerDashPattern
Type: SystemDouble
A double[] that specifies the "MarkerDashPattern" attribute value.
See Also