Main class of data handling, contains collection of data series.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
[ContentPropertyAttribute("Children")]
public class ChartData : DependencyObject
Visual Basic
<ContentPropertyAttribute("Children")> _
Public Class ChartData _
	Inherits DependencyObject

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Silverlight.Chart..::..ChartData

See Also