EditChartSeriesDraft Class

Mutable working state for a single chart series row in the Edit Chart dialog.

Inheritance

Object

Spreadsheet.EditChartSeriesDraft

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public sealed class EditChartSeriesDraft

Constructors

EditChartSeriesDraftlink

Mutable working state for a single chart series row in the Edit Chart dialog.

Declaration
public EditChartSeriesDraft()

Properties

Categorieslink

Sheet-qualified absolute formula for categories.

Declaration
public string Categories { get; set; }
Property Value
Type Description
stringSheet-qualified absolute formula for categories.

Colorlink

Series color.

Declaration
public string Color { get; set; }
Property Value
Type Description
stringSeries color.

Indexlink

Zero-based ordinal of the series within the chart.

Declaration
public int Index { get; set; }
Property Value
Type Description
intZero-based ordinal of the series within the chart.

Namelink

Series name.

Declaration
public string Name { get; set; }
Property Value
Type Description
stringSeries name.

Valueslink

Sheet-qualified absolute formula for values.

Declaration
public string Values { get; set; }
Property Value
Type Description
stringSheet-qualified absolute formula for values.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙