Click or drag to resize
NChartLineDash Constructor (IReadOnlyListSingle, Single)
Initializes a new instance of the NChartLineDash class

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartLineDash(
	IReadOnlyList<float> pattern,
	float phase
)

Parameters

pattern
Type: System.Collections.GenericIReadOnlyListSingle
phase
Type: SystemSingle
See Also