Represents a data item in a RadzenChart.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SeriesPointGets the category axis value.
public double Category { get; set; }
| Type | Description |
|---|---|
| double | Gets the category axis value. |
Gets the value axis value.
public double Value { get; set; }
| Type | Description |
|---|---|
| double | Gets the value axis value. |