DashStyleEx(Double) Constructor |
Initializes a new instance of the
DashStyleEx class from a custom dash pattern.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DashStyleEx(
double[] customStyle
)
Parameters
- customStyle Double
- The custom dash pattern.
See Also