ClassCartesianArea
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class CartesianArea : ChartArea, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, ILegendInfoProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAreaCartesianArea
Implements:
Inherited Members
Constructors
CartesianArea()
Initializes a new instance of the CartesianArea class.
Declaration
public CartesianArea()
CartesianArea(ChartView)
Initializes a new instance of the CartesianArea class.
Declaration
public CartesianArea(ChartView chartView)
Parameters
chartView
The chart view.
Fields
Properties
Grid
Gets the grid.
Declaration
[Browsable(false)]
public override ChartGrid Grid { get; }
Property Value
Overrides
Orientation
Gets or sets the orientation.
Declaration
[Browsable(true)]
public Orientation Orientation { get; set; }
Property Value
The orientation.
Methods
CreateDefaultRenderer()
Creates the default renderer.
Declaration
protected override IChartRenderer CreateDefaultRenderer()
Returns
Overrides
EnsureAxesVisualSettings()
Ensures the state of the series visual.
Declaration
protected override void EnsureAxesVisualSettings()
Overrides
GetDefaultFirstAxis()
Gets the default first axis.
GetDefaultSecondAxis()
Gets the default second axis.
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides