Table of Contents

Constructor NuiChartSlot

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

chartType NuiChartType
legend NuiProperty<string>
color NuiProperty<Color>
data NuiProperty<List<float>>