Class SparkBarSeries
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkBarSeries : SparkCartesianSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement, ISupportBaseline
Constructors
SparkBarSeries()
SparkBarSeries(String)
Initializes a new instance of the SparkBarSeries class.
Declaration
public SparkBarSeries(string valueMember)
Parameters
System.String
valueMember
The value member. |
SparkBarSeries(String, String)
Initializes a new instance of the SparkBarSeries class.
Declaration
public SparkBarSeries(string valueMember, string categoryMember)
Parameters
System.String
valueMember
The value member. |
System.String
categoryMember
The category member. |
Fields
BaselineValueProperty
Properties
BaselineValue
Gets or sets the value of the base line splitting the area into Win and Loss halves.
Declaration
public virtual double BaselineValue { get; set; }
Property Value
System.Double
|
Implements
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
Methods
CreateModel()
Creates the model.
Declaration
protected override SparkDataPointCollection CreateModel()
Returns
SparkDataPointCollection
|
Overrides
GetAxisOrigin()
Declaration
public virtual double GetAxisOrigin()
Returns
System.Double
|
Implements
InitProperties()
Declaration
protected override void InitProperties()
Overrides
OffsetAxis()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
UpdateModel(Double)
Declaration
protected virtual void UpdateModel(double baselineValue)
Parameters
System.Double
baselineValue
|