Class SparkArea
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkArea : UISparkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
SparkArea()
SparkArea(SparkView)
Initializes a new instance of the SparkArea class.
Declaration
public SparkArea(SparkView owner)
Parameters
SparkView
owner
The owner. |
Fields
MarginProperty
Properties
Annotations
Gets the collection containing all the annotations presented by this instance.
Declaration
public SparkAnnotationCollection Annotations { get; }
Property Value
SparkAnnotationCollection
The annotations. |
AreaModel
Gets the area model.
Declaration
public SparkAreaModel AreaModel { get; }
Property Value
SparkAreaModel
The area model. |
Axes
Gets the collection containing all the axes presented by this instance.
Declaration
public SparkAxisCollection Axes { get; }
Property Value
SparkAxisCollection
The axes. |
Controllers
Gets the controllers.
Declaration
public SparkViewControllerCollection Controllers { get; }
Property Value
SparkViewControllerCollection
The controllers. |
Margin
Gets or sets the margin.
Declaration
public Padding Margin { get; set; }
Property Value
System.Windows.Forms.Padding
The margin. |
Owner
Gets or sets the owner.
Declaration
public SparkView Owner { get; }
Property Value
SparkView
The owner. |
Renderer
Series
Gets the collection containing all the series presented by this instance.
Declaration
public SparkSeries Series { get; set; }
Property Value
SparkSeries
The series. |
Methods
CreateDefaultRenderer()
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.
Declaration
protected virtual SparkAxis GetDefaultFirstAxis()
Returns
SparkAxis
|
GetDefaultSecondAxis()
Gets the default second axis.
Declaration
protected virtual SparkAxis GetDefaultSecondAxis()
Returns
SparkAxis
|
OnAttached(UISparkElement)
Called when [attached].
Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
UISparkElement
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
System.Object
context
The context. |