Represents the description of a chart data source.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class ChartDataSource : Component
Visual Basic (Declaration)
Public Class ChartDataSource _
	Inherits Component
Visual C++
public ref class ChartDataSource : public Component

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      PerpetuumSoft.Charts.Windows.Forms..::.ChartDataSource

See Also