Represents a data point used to render spreadsheet charts via RadzenChart.
Object
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class ChartDataPointRepresents a data point used to render spreadsheet charts via RadzenChart.
public ChartDataPoint()Gets or sets the category label.
public string Category { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the category label. |
Gets or sets the numeric value.
public double Value { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the numeric value. |