ChartDataPoint Class

Represents a data point used to render spreadsheet charts via RadzenChart.

Inheritance

Object

Documents.Spreadsheet.ChartDataPoint

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class ChartDataPoint

Constructors

ChartDataPointlink

Represents a data point used to render spreadsheet charts via RadzenChart.

Declaration
public ChartDataPoint()

Properties

Categorylink

Gets or sets the category label.

Declaration
public string Category { get; set; }
Property Value
Type Description
stringGets or sets the category label.

Valuelink

Gets or sets the numeric value.

Declaration
public double Value { get; set; }
Property Value
Type Description
doubleGets or sets the numeric value.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙