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