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