RadChart is a powerful data visualization control that allows you to display various 2D and 3D chart series types.
The control can be easily customized via control templates, provides databinding support, display animations out-of-the-box,
and supports one or multiple ChartAreas in order to display multiple categories of data at the same time.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40
Syntax
| C# |
|---|
public class RadChart : ContentControl, IInteractionManager,
IInteractiveElement, IThemable, ILogicalItem |
| Visual Basic |
|---|
Public Class RadChart _
Inherits ContentControl _
Implements IInteractionManager, IInteractiveElement, IThemable, ILogicalItem |
Inheritance Hierarchy
See Also