RadControls for WPF

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.40

Syntax

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

Inheritance Hierarchy

See Also