ChartSeries Class

Defines a data series within a spreadsheet chart.

Inheritance

Object

Documents.Spreadsheet.ChartSeries

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class ChartSeries

Constructors

ChartSerieslink

Defines a data series within a spreadsheet chart.

Declaration
public ChartSeries()

Properties

Categorieslink

Gets or sets the category range formula (e.g. "Sheet1!$A$2:$A$10").

Declaration
public string Categories { get; set; }
Property Value
Type Description
stringGets or sets the category range formula (e.g. "Sheet1!$A$2:$A$10").

CategoryCachelink

Gets or sets the cached category values from the XLSX file.

Declaration
public List<string> CategoryCache { get; set; }
Property Value
Type Description
List<string>Gets or sets the cached category values from the XLSX file.

Colorlink

Gets or sets the series color.

Declaration
public string Color { get; set; }
Property Value
Type Description
stringGets or sets the series color.

Indexlink

Gets or sets the series index.

Declaration
public int Index { get; set; }
Property Value
Type Description
intGets or sets the series index.

Namelink

Gets or sets the series name.

Declaration
public string Name { get; set; }
Property Value
Type Description
stringGets or sets the series name.

ValueCachelink

Gets or sets the cached numeric values from the XLSX file.

Declaration
public List<double?> ValueCache { get; set; }
Property Value
Type Description
List<double?>Gets or sets the cached numeric values from the XLSX file.

Valueslink

Gets or sets the value range formula (e.g. "Sheet1!$B$2:$B$10").

Declaration
public string Values { get; set; }
Property Value
Type Description
stringGets or sets the value range formula (e.g. "Sheet1!$B$2:$B$10").
An error has occurred. This app may no longer respond until reloaded. Reload 🗙