NChartLineDash Constructor (IReadOnlyListSingle, Single) |
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartLineDash(
IReadOnlyList<float> pattern,
float phase
)
Public Sub New (
pattern As IReadOnlyList(Of Single),
phase As Single
)
public:
NChartLineDash(
[InAttribute] IReadOnlyList<float>^ pattern,
[InAttribute] float phase
)
Parameters
- pattern
- Type: System.Collections.GenericIReadOnlyListSingle
- phase
- Type: SystemSingle
See Also