EditChartDraft Class

Mutable working state for the Edit Chart dialog. Survives close/reopen cycles when the user engages a range picker on one of the series.

Inheritance

Object

Spreadsheet.EditChartDraft

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public sealed class EditChartDraft

Constructors

EditChartDraftlink

Mutable working state for the Edit Chart dialog. Survives close/reopen cycles when the user engages a range picker on one of the series.

Declaration
public EditChartDraft()

Properties

ChartTypelink

Chart type.

Declaration
public Documents.Spreadsheet.SpreadsheetChartType ChartType { get; set; }
Property Value
Type Description
Documents.Spreadsheet.SpreadsheetChartTypeChart type.

LegendPositionlink

Legend position.

Declaration
public Documents.Spreadsheet.ChartLegendPosition LegendPosition { get; set; }
Property Value
Type Description
Documents.Spreadsheet.ChartLegendPositionLegend position.

Serieslink

Series being edited.

Declaration
public List<Spreadsheet.EditChartSeriesDraft> Series { get; set; }
Property Value
Type Description
List<Spreadsheet.EditChartSeriesDraft>Series being edited.

ShowLegendlink

Whether the legend is shown.

Declaration
public bool ShowLegend { get; set; }
Property Value
Type Description
boolWhether the legend is shown.

Titlelink

Chart title.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringChart title.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙