Class CartesianArea
Inherited Members
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
Constructors
CartesianArea()
CartesianArea(ChartView)
Initializes a new instance of the Cartesian
Declaration
public CartesianArea(ChartView chartView)
Parameters
Chart The chart view. |
Fields
OrientationProperty
Properties
Grid
Gets the grid.
Declaration
public override ChartGrid Grid { get; }
Property Value
Overrides
GridDesign
Gets the grid design.
Declaration
public CartesianGrid GridDesign { get; }
Property Value
Cartesian The grid design. |
Orientation
Gets or sets the orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
System. The orientation. |
ShowGrid
Gets or sets the show grid.
Declaration
public bool ShowGrid { get; set; }
Property Value
System. The show grid. |
Methods
CreateDefaultRenderer()
Creates the default renderer.
Declaration
protected override IChartRenderer CreateDefaultRenderer()
Returns
Overrides
EnsureAxesVisualSettings()
Declaration
protected override void EnsureAxesVisualSettings()
Overrides
GetDefaultFirstAxis()
Gets the default first axis.
Declaration
protected override Axis GetDefaultFirstAxis()
Returns
Overrides
GetDefaultSecondAxis()
Gets the default second axis.
Declaration
protected override Axis GetDefaultSecondAxis()
Returns
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChart The parent. |
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)