Class SparkCartesianArea
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 SparkCartesianArea : SparkArea, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
SparkCartesianArea()
SparkCartesianArea(SparkView)
Initializes a new instance of the SparkCartesianArea class.
Declaration
public SparkCartesianArea(SparkView sparkView)
Parameters
SparkView
sparkView
The chart view. |
Methods
CreateDefaultRenderer()
Creates the default renderer.
Declaration
protected override ISparkRenderer CreateDefaultRenderer()
Returns
ISparkRenderer
|
Overrides
GetDefaultFirstAxis()
Gets the default first axis.
Declaration
protected override SparkAxis GetDefaultFirstAxis()
Returns
SparkAxis
|
Overrides
GetDefaultSecondAxis()
Gets the default second axis.
Declaration
protected override SparkAxis GetDefaultSecondAxis()
Returns
SparkAxis
|