Class CartesianSeries
Represents Chart
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class CartesianSeries : PointTemplateSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
CartesianSeries()
Fields
HorizontalAxisProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalAxisProperty
Field Value
System.
|
VerticalAxisProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalAxisProperty
Field Value
System.
|
Properties
HorizontalAxis
Gets or sets the visual Cartesian
Declaration
public CartesianAxis HorizontalAxis { get; set; }
Property Value
VerticalAxis
Gets or sets the visual Cartesian
Declaration
public CartesianAxis VerticalAxis { get; set; }
Property Value
Methods
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |