New to Telerik UI for WinFormsStart a free 30-day trial

WinForms Sparkline Overview

Updated over 6 months ago

Figure 1: Supported Series

WinForms RadSparkline Supported Series

The currently supported series are:

The SparkAreaSeries, SparkBarSeries, and SparkWinLossSeries expose the BaselineValue property defining a value on the vertical axis determining how the view will be divided into top and bottom halves. By default 0 is considered as the base line. The property is extremely useful in the SparkWinLoss series where one can define a threshold different than 0 to indicate wins and losses.

Common properties

All series inherit the SparkSeries class. The following table shows the properties that are shared between all series types.

PropertyDescription
DataPointsGets the data points collection.
DataSourceGets or sets the data source of the SparkSeries.
DataMemberGets or sets the name of the list or table in the data source for which the SparkSeries is displaying data.
DisplayMemberGets or sets the display member.
NameGets or sets the name.
HighValueGets the high value data point.
LowValueGets the low value data point.
ShowMarkersGets or sets whether the points markers will be painted.
MarkerBorderColorGets or sets the border color of the points of the series.
MarkerBorderWidthGets or sets the border width of the points of the series.
MarkerBackColorGets or sets the back color of the points of the series.
ShowHighPointIndicatorGets or sets whether the high point marker will be painted.
HighPointBorderColorGets or sets the border color of the high point of the series.
HighPointBorderWidthGets or sets the border width of the high point of the series.
ShowLowPointIndicatorGets or sets whether the low point indicator will be painted.
LowPointBorderColorGets or sets the border color of the low point of the series.
LowPointBorderWidthGets or sets the border width of the low point of the series.
LowPointBackColorGets or sets the back color of the low point of the series.
ShowFirstPointIndicatorGets or sets whether the first point indicator will be painted.
FirstPointBorderColorGets or sets the border color of the first point of the series.
FirstPointBorderWidthGets or sets the border width of the first point of the series.
FirstPointBackColorGets or sets the back color of the first point of the series.
ShowLastPointIndicatorGets or sets whether the last point marker will be painted.
LastPointBorderColorGets or sets the border color of the last point of the series.
LastPointBorderWidthGets or sets the border width of the last point of the series.
ShowNegativePointIndicatorsGets or sets whether the negative point markers will be painted.
NegativePointBorderColorGets or sets the border color of the negative points of the series.
NegativePointBorderWidthGets or sets the border width of the last point of the series.
NegativePointBackColorGets or sets the back color of the negative points of the series.
In this article
Common properties
Not finding the help you need?
Contact Support