Class SparkWinLossSeries
Inheritance
System.Object
SparkWinLossSeries
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkWinLossSeries : SparkBarSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement, ISupportBaseline
Constructors
SparkWinLossSeries()
Declaration
public SparkWinLossSeries()
Properties
Model
Gets the model.
Declaration
public override SparkSeriesModel Model { get; }
Property Value
SparkSeriesModel
The model. |
Overrides
Methods
CreateModel()
Creates the model.
Declaration
protected override SparkDataPointCollection CreateModel()
Returns
SparkDataPointCollection
|
Overrides
GetAxisOrigin()
Declaration
public override double GetAxisOrigin()
Returns
System.Double
|
Overrides
UpdateModel(Double)
Declaration
protected override void UpdateModel(double baselineValue)
Parameters
System.Double
baselineValue
|