RadControls for Silverlight

Represents a RadChartBase instance that uses a Cartesian Coordinate System to plot the associated data points.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.2.611.1050

Syntax

C#
public class RadCartesianChart : RadChartBase
Visual Basic
Public Class RadCartesianChart _
	Inherits RadChartBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          RadControlBase
            Telerik.Windows.Controls.ChartView..::..PresenterBase
              Telerik.Windows.Controls.ChartView..::..RadChartBase
                Telerik.Windows.Controls..::..RadCartesianChart

See Also