SparkBarSeries
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
Initializes a new instance of the SparkBarSeries class.
public SparkBarSeries()
Initializes a new instance of the SparkBarSeries class.
Initializes a new instance of the SparkBarSeries class.
Fields
public static RadProperty BaselineValueProperty
Properties
Gets or sets the value of the base line splitting the area into Win and Loss halves.
public virtual double BaselineValue { get; set; }
Implements:
Gets the high value data point.
public override double? HighValue { get; }
Overrides:
Gets the low value data point.
public override double? LowValue { get; }
Overrides:
Gets the model.
public override SparkSeriesModel Model { get; }
The model.
Overrides:
Methods
Creates the model.
protected override SparkDataPointCollection CreateModel()
Overrides:
protected override void InitProperties()
Overrides:
protected override void OffsetAxis()
Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: