Class SparkAreaSeries
Inheritance
System.Object
SparkAreaSeries
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkAreaSeries : SparkLineSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement, ISupportBaseline
Constructors
SparkAreaSeries()
Declaration
public SparkAreaSeries()
Fields
BaseLineValueProperty
Properties
BaselineValue
Gets or sets the value of the base line splitting the area into top and bottom half.
Declaration
public double BaselineValue { get; set; }
Property Value
System.Double
|
Implements
Methods
GetAxisOrigin()
Declaration
public virtual double GetAxisOrigin()
Returns
System.Double
|
Implements
OffsetAxis()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|