ClassSparkCartesianArea
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SparkCartesianArea : SparkArea, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAreaSparkCartesianArea
Implements:
Inherited Members
Constructors
SparkCartesianArea()
Initializes a new instance of the SparkCartesianArea class.
Declaration
cs-api-definition
public SparkCartesianArea()
SparkCartesianArea(SparkView)
Initializes a new instance of the SparkCartesianArea class.
Declaration
cs-api-definition
public SparkCartesianArea(SparkView sparkView)
Parameters
sparkView
The chart view.
Methods
CreateDefaultRenderer()
Creates the default renderer.
Declaration
cs-api-definition
protected override ISparkRenderer CreateDefaultRenderer()
Returns
Overrides
GetDefaultFirstAxis()
Gets the default first axis.
Declaration
cs-api-definition
protected override SparkAxis GetDefaultFirstAxis()
Returns
Overrides
GetDefaultSecondAxis()
Gets the default second axis.
Declaration
cs-api-definition
protected override SparkAxis GetDefaultSecondAxis()
Returns
Overrides