SparkLineSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkLineSeries : SparkPointSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkSeriesSparkCartesianSeriesSparkPointSeriesSparkLineSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkLineSeries class.
C#
public SparkLineSeries()
Initializes a new instance of the SparkLineSeries class.
Initializes a new instance of the SparkLineSeries class.
Properties
Gets the high value data point.
C#
public override double? HighValue { get; }
Overrides:
Gets the low value data point.
C#
public override double? LowValue { get; }
Overrides:
Gets the model.
C#
public override SparkSeriesModel Model { get; }
The model.
Overrides:
Gets or sets whether the points markers will be painted.
C#
public bool ShowMarkers { get; set; }
Methods
Creates the model.
C#
protected override SparkDataPointCollection CreateModel()
Overrides: