ClassSparkAreaSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SparkAreaSeries : SparkLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement, ISupportBaseline
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkSeriesSparkCartesianSeriesSparkPointSeriesSparkLineSeriesSparkAreaSeries
Implements:
Inherited Members
Constructors
SparkAreaSeries()
Declaration
cs-api-definition
public SparkAreaSeries()
Fields
BaseLineValueProperty
Declaration
cs-api-definition
public static RadProperty BaseLineValueProperty
Field Value
Properties
BaselineValue
Gets or sets the value of the base line splitting the area into top and bottom half.
Declaration
cs-api-definition
public double BaselineValue { get; set; }
Property Value
Implements
Methods
OffsetAxis()
Declaration
cs-api-definition
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
cs-api-definition
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides