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 to this section

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

Declaration
public ChartDataPoint()

Properties

CategoryLink to this section

Gets or sets the category label.

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

ValueLink to this section

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 🗙