Class NuiChartSlot
A chart element/data set for use in NuiChart.
public sealed class NuiChartSlot
- Inheritance
-
NuiChartSlot
- Inherited Members
- Extension Methods
Constructors
- NuiChartSlot(NuiChartType, NuiProperty<string>, NuiProperty<Color>, NuiProperty<List<float>>)
A chart element/data set for use in NuiChart.
Properties
- ChartType
Gets or sets the chart series type.
- Color
Gets or sets the series color.
- Data
Gets or sets the series data points.
- Legend
Gets or sets the series legend label.