SparkAreaSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkAreaSeries : SparkLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement, ISupportBaseline
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkSeriesSparkCartesianSeriesSparkPointSeriesSparkLineSeriesSparkAreaSeries...
Implements:
Inherited Members
Constructors
C#
public SparkAreaSeries()
Fields
C#
public static RadProperty BaseLineValueProperty
Properties
Gets or sets the value of the base line splitting the area into top and bottom half.
C#
public double BaselineValue { get; set; }
Implements:
Methods
C#
protected override void OffsetAxis()
Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
C#
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: