Mutable working state for a single chart series row in the Edit Chart dialog.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class EditChartSeriesDraftMutable working state for a single chart series row in the Edit Chart dialog.
public EditChartSeriesDraft()Sheet-qualified absolute formula for categories.
public string Categories { get; set; }
| Type | Description |
|---|---|
| string | Sheet-qualified absolute formula for categories. |
Series color.
public string Color { get; set; }
| Type | Description |
|---|---|
| string | Series color. |
Zero-based ordinal of the series within the chart.
public int Index { get; set; }
| Type | Description |
|---|---|
| int | Zero-based ordinal of the series within the chart. |
Series name.
public string Name { get; set; }
| Type | Description |
|---|---|
| string | Series name. |
Sheet-qualified absolute formula for values.
public string Values { get; set; }
| Type | Description |
|---|---|
| string | Sheet-qualified absolute formula for values. |