RadControls for Silverlight

This class represents the default chart view of RadChart. By default it contains a basic layout with a single chart area, legend, and title within a grid panel. You can still add additional elements (chart areas, legends, titles) as content of the RadChart control; alternatively you can modify the template as well.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050

Syntax

C#
public class ChartDefaultView : DependencyObject, 
	INotifyPropertyChanged, ILogicalItem
Visual Basic
Public Class ChartDefaultView _
	Inherits DependencyObject _
	Implements INotifyPropertyChanged, ILogicalItem

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Controls.Charting..::..ChartDefaultView

See Also