Click or drag to resize

DashStyleEx(Double) Constructor

Initializes a new instance of the DashStyleEx class from a custom dash pattern.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DashStyleEx(
	double[] customStyle
)

Parameters

customStyle  Double
The custom dash pattern.
See Also