NChartModel Constructor (IListByte) |
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartModel(
IList<byte> data
)
Public Sub New (
data As IList(Of Byte)
)
public:
NChartModel(
[InAttribute] IList<unsigned char>^ data
)
Parameters
- data
- Type: System.Collections.GenericIListByte
See Also