CartesianArea
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
Initializes a new instance of the CartesianArea class.
public CartesianArea()
Initializes a new instance of the CartesianArea class.
Fields
public static RadProperty OrientationProperty
Properties
Gets the grid.
[Browsable(false)]
public override ChartGrid Grid { get; }
Overrides:
Gets or sets the orientation.
[Browsable(true)]
public Orientation Orientation { get; set; }
The orientation.
Methods
Creates the default renderer.
Ensures the state of the series visual.
protected override void EnsureAxesVisualSettings()
Overrides:
Gets the default first axis.
Gets the default second axis.
Called when [attached].
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: