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