ClassSparkArea
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class SparkArea : UISparkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkArea
Derived Classes:
Implements:
Inherited Members
Constructors
SparkArea()
Initializes a new instance of the SparkArea class.
Declaration
public SparkArea()
SparkArea(SparkView)
Initializes a new instance of the SparkArea class.
Declaration
public SparkArea(SparkView owner)
Parameters
owner
The owner.
Fields
Properties
Annotations
Gets the collection containing all the annotations presented by this instance.
Declaration
public SparkAnnotationCollection Annotations { get; }
Property Value
The annotations.
AreaModel
Gets the area model.
Declaration
public SparkAreaModel AreaModel { get; }
Property Value
The area model.
Axes
Gets the collection containing all the axes presented by this instance.
Declaration
public SparkAxisCollection Axes { get; }
Property Value
The axes.
Controllers
Gets the controllers.
Declaration
public SparkViewControllerCollection Controllers { get; }
Property Value
The controllers.
Margin
Gets or sets the margin.
Declaration
public Padding Margin { get; set; }
Property Value
The margin.
Owner
Gets or sets the owner.
Renderer
Declaration
public virtual ISparkRenderer Renderer { get; }
Property Value
Series
Gets the collection containing all the series presented by this instance.
Declaration
public SparkSeries Series { get; set; }
Property Value
The series.
Methods
CreateDefaultRenderer()
Declaration
protected abstract ISparkRenderer CreateDefaultRenderer()
Returns
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
EnsureSeriesVisualState()
Ensures the state of the series visual.
Declaration
protected virtual void EnsureSeriesVisualState()
GetDefaultFirstAxis()
Gets the default first axis.
GetDefaultSecondAxis()
Gets the default second axis.
OnAttached(UISparkElement)
Called when [attached].
Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
parent
The parent.
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
Render(object)
Renders the area with the specified context.
Declaration
public void Render(object context)
Parameters
context
The context.