ClassChartSeriesPoint
Class
Defines a series data point. Intended for internal purposes only.
Definition
Namespace:Telerik.Blazor.Components.Common.Charts.Series
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChartSeriesPoint
Inheritance: objectChartSeriesPoint
Derived Classes:
Constructors
ChartSeriesPoint()
Declaration
cs-api-definition
public ChartSeriesPoint()
Properties
Category
The point category value. Can be dynamically calculated when the series data is aggregated.
CategoryIndex
The point category index. Available only for the Categorical series.
DataItem
The series data item.
Percentage
The point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked charts.
RunningTotal
The sum of point values since the last "runningTotal" (applicable for waterfall series).
SeriesColor
The series color.
SeriesIndex
The series index.
SeriesName
The series name.