Mutable working state for the Edit Chart dialog. Survives close/reopen cycles when the user engages a range picker on one of the series.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class EditChartDraftMutable working state for the Edit Chart dialog. Survives close/reopen cycles when the user engages a range picker on one of the series.
public EditChartDraft()Chart type.
public Documents.Spreadsheet.SpreadsheetChartType ChartType { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SpreadsheetChartType | Chart type. |
Legend position.
public Documents.Spreadsheet.ChartLegendPosition LegendPosition { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.ChartLegendPosition | Legend position. |
Series being edited.
public List<Spreadsheet.EditChartSeriesDraft> Series { get; set; }
| Type | Description |
|---|---|
| List<Spreadsheet.EditChartSeriesDraft> | Series being edited. |
Whether the legend is shown.
public bool ShowLegend { get; set; }
| Type | Description |
|---|---|
| bool | Whether the legend is shown. |
Chart title.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Chart title. |