Table of Contents

Class SeriesPoint

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Represents a data item in a RadzenChart.

public class SeriesPoint
Inheritance
SeriesPoint
Inherited Members

Constructors

SeriesPoint()

public SeriesPoint()

Properties

Category

Gets the category axis value.

public double Category { get; set; }

Property Value

double

Value

Gets the value axis value.

public double Value { get; set; }

Property Value

double