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