CartesianSeries
Represents ChartSeries that may be visualized by a RadCartesianChart instance.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class CartesianSeries : PointTemplateSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianSeries class.
protected CartesianSeries()
Fields
HorizontalAxisProperty
DependencyProperty
Identifies the HorizontalAxis dependency property.
public static readonly DependencyProperty HorizontalAxisProperty
VerticalAxisProperty
DependencyProperty
Identifies the VerticalAxis dependency property.
public static readonly DependencyProperty VerticalAxisProperty
Properties
Gets or sets the visual CartesianAxis instance that will be used to plot points along the horizontal (X) axis.
public CartesianAxis HorizontalAxis { get; set; }
Gets or sets the visual CartesianAxis instance that will be used to plot points along the vertical (Y) axis.
public CartesianAxis VerticalAxis { get; set; }
Methods
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
protected override void OnAttached()
Overrides:
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
protected override void OnDetached(RadChartBase oldChart)
Overrides:
Invoked when an unhandled attached event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseEnter(MouseEventArgs e)
The MouseEventArgs that contains the event data.
Invoked when an unhandled attached event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseLeave(MouseEventArgs e)
The MouseEventArgs that contains the event data.