Class
SparkArea

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public abstract class SparkArea : UISparkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement

Inheritance: objectDisposableObjectRadObjectUISparkElementSparkArea

Derived Classes: SparkCartesianArea

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChangedIShapedElementISparkElementPresenterIStylableElementIStylableNode

Inherited Members UISparkElement.IsVisiblePropertyUISparkElement.ClassPropertyUISparkElement.VisualStatePropertyUISparkElement.IsMouseDownPropertyUISparkElement.IsMouseOverPropertyUISparkElement.FontPropertyUISparkElement.CustomFontPropertyUISparkElement.CustomFontSizePropertyUISparkElement.CustomFontStylePropertyUISparkElement.ForeColorPropertyUISparkElement.BackColorPropertyUISparkElement.BorderWidthPropertyUISparkElement.BorderColorPropertyUISparkElement.BorderDashStylePropertyUISparkElement.ShapePropertyUISparkElement.SmoothingModePropertyUISparkElement.GetValue(RadProperty)UISparkElement.Attach(UISparkElement)UISparkElement.Dettach()UISparkElement.OnPropertyChanged(RadPropertyChangedEventArgs)UISparkElement.Refresh()UISparkElement.Invalidate()UISparkElement.MeasureContentOverride(SparkNode, object)UISparkElement.DpiScaleChanged(SizeF)UISparkElement.GetScaledFont(float)UISparkElement.GetCurrentShape()UISparkElement.GetThemeEffectiveType()UISparkElement.ApplyStyleSettingsCore(PropertySettingGroup)UISparkElement.ApplyStyle()UISparkElement.BuildVisualState()UISparkElement.AddStylePropertySetting(IPropertySetting)UISparkElement.ApplyStyleByIndex(PropertySettingGroup, int)UISparkElement.ParentUISparkElement.LevelUISparkElement.ChildrenUISparkElement.IsMouseDownUISparkElement.IsMouseOverUISparkElement.ViewUISparkElement.IsVisibleUISparkElement.ForeColorUISparkElement.FontUISparkElement.BackColorUISparkElement.BorderWidthUISparkElement.BorderColorUISparkElement.BorderDashStyleUISparkElement.ShapeUISparkElement.SmoothingModeUISparkElement.IsAttachedUISparkElement.DpiScaleFactorUISparkElement.ClassUISparkElement.VisualStateUISparkElement.ThemeRoleUISparkElement.ChildrenHierarchyUISparkElement.StyleUISparkElement.StateManagerUISparkElement.FallbackToDefaultThemeRadObject.BindingContextPropertyRadObject.RadTypeRadObject.ReplaceDefaultDescriptors(PropertyDescriptorCollection)RadObject.ClearPropertyStore()RadObject.SuspendPropertyNotifications()RadObject.ResumePropertyNotifications()RadObject.GetPropertyValue(RadProperty)RadObject.SetDefaultValueOverride(RadProperty, object)RadObject.SetValue(RadProperty, object)RadObject.ResetValue(RadProperty)RadObject.ResetLocalValue(RadProperty)RadObject.ResetValue(RadProperty, ValueResetFlags)RadObject.UpdateValue(RadProperty)RadObject.GetValueSource(RadProperty)RadObject.GetRegisteredRadProperty(string)RadObject.UpdateValueCore(RadPropertyValue)RadObject.SetValueCore(RadPropertyValue, object, object, ValueSource)RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)RadObject.GetDefaultValue(RadPropertyValue, object)RadObject.CoerceValue(RadPropertyValue, object)RadObject.ShouldSerializeProperty(RadProperty)RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)RadObject.UnbindProperty(RadProperty)RadObject.GetInheritedValue(RadProperty)RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)RadObject.OnNotifyPropertyChanged(string)RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)RadObject.OnShouldSerializeProperty(ShouldSerializePropertyEventArgs)RadObject.IsPropertyCancelable(RadPropertyMetadata)RadObject.PropertyValuesRadObject.PropertyFilterRadObject.RadObjectTypeRadObject.BindingContextRadObject.PropertyChangedRadObject.RadPropertyChangedRadObject.RadPropertyChangingDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.DisposeUnmanagedResources()DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

SparkArea()

Initializes a new instance of the SparkArea class.

Declaration

cs-api-definition
public SparkArea()

SparkArea(SparkView)

Initializes a new instance of the SparkArea class.

Declaration

cs-api-definition
public SparkArea(SparkView owner)

Parameters

owner

SparkView

The owner.

Fields

MarginProperty

Declaration

cs-api-definition
public static RadProperty MarginProperty

Field Value

RadProperty

Properties

Annotations

Gets the collection containing all the annotations presented by this instance.

Declaration

cs-api-definition
public SparkAnnotationCollection Annotations { get; }

Property Value

SparkAnnotationCollection

The annotations.

AreaModel

Gets the area model.

Declaration

cs-api-definition
public SparkAreaModel AreaModel { get; }

Property Value

SparkAreaModel

The area model.

Axes

Gets the collection containing all the axes presented by this instance.

Declaration

cs-api-definition
public SparkAxisCollection Axes { get; }

Property Value

SparkAxisCollection

The axes.

Controllers

Gets the controllers.

Declaration

cs-api-definition
public SparkViewControllerCollection Controllers { get; }

Property Value

SparkViewControllerCollection

The controllers.

Margin

Gets or sets the margin.

Declaration

cs-api-definition
public Padding Margin { get; set; }

Property Value

Padding

The margin.

Owner

Gets or sets the owner.

Declaration

cs-api-definition
public SparkView Owner { get; }

Property Value

SparkView

The owner.

Renderer

Declaration

cs-api-definition
public virtual ISparkRenderer Renderer { get; }

Property Value

ISparkRenderer

Series

Gets the collection containing all the series presented by this instance.

Declaration

cs-api-definition
public SparkSeries Series { get; set; }

Property Value

SparkSeries

The series.

Methods

CreateDefaultRenderer()

Declaration

cs-api-definition
protected abstract ISparkRenderer CreateDefaultRenderer()

Returns

ISparkRenderer

DisposeManagedResources()

Disposes the managed resources.

Declaration

cs-api-definition
protected override void DisposeManagedResources()

Overrides RadObject.DisposeManagedResources()

EnsureSeriesVisualState()

Ensures the state of the series visual.

Declaration

cs-api-definition
protected virtual void EnsureSeriesVisualState()

GetDefaultFirstAxis()

Gets the default first axis.

Declaration

cs-api-definition
protected virtual SparkAxis GetDefaultFirstAxis()

Returns

SparkAxis

GetDefaultSecondAxis()

Gets the default second axis.

Declaration

cs-api-definition
protected virtual SparkAxis GetDefaultSecondAxis()

Returns

SparkAxis

OnAttached(UISparkElement)

Called when [attached].

Declaration

cs-api-definition
protected override void OnAttached(UISparkElement parent)

Parameters

parent

UISparkElement

The parent.

Overrides UISparkElement.OnAttached(UISparkElement)

OnDettached()

Called when [dettached].

Declaration

cs-api-definition
protected override void OnDettached()

Overrides UISparkElement.OnDettached()

Render(object)

Renders the area with the specified context.

Declaration

cs-api-definition
public void Render(object context)

Parameters

context

object

The context.