ClassSparkBarSeries
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SparkBarSeries : SparkCartesianSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement, ISupportBaseline
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkSeriesSparkCartesianSeriesSparkBarSeries
Derived Classes:
Implements:
Inherited Members
Constructors
SparkBarSeries()
Initializes a new instance of the SparkBarSeries class.
Declaration
public SparkBarSeries()
SparkBarSeries(string)
Initializes a new instance of the SparkBarSeries class.
Declaration
public SparkBarSeries(string valueMember)
Parameters
valueMember
The value member.
SparkBarSeries(string, string)
Initializes a new instance of the SparkBarSeries class.
Fields
BaselineValueProperty
Declaration
public static RadProperty BaselineValueProperty
Field Value
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
Implements
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
Methods
CreateModel()
Creates the model.
Declaration
protected override SparkDataPointCollection CreateModel()
Returns
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides
OffsetAxis()
Declaration
protected override void OffsetAxis()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides
UpdateModel(double)
Declaration
protected virtual void UpdateModel(double baselineValue)
Parameters
baselineValue