Constructor NuiChartSlot
NuiChartSlot(NuiChartType, NuiProperty<string>, NuiProperty<Color>, NuiProperty<List<float>>)
A chart element/data set for use in NuiChart.
[JsonConstructor]
public NuiChartSlot(NuiChartType chartType, NuiProperty<string> legend, NuiProperty<Color> color, NuiProperty<List<float>> data)
Parameters
chartTypeNuiChartTypelegendNuiProperty<string>colorNuiProperty<Color>dataNuiProperty<List<float>>