Click or drag to resize

DashPatternGroupStyleInitialize Method

Initializes the style with the specified dash pattern.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Initialize(
	IDashPattern value
)

Parameters

value  IDashPattern
The dash pattern.
See Also