The ChartDataSeries class contains the data to be charted, as well as the properties and style object used to describe the appearance of the charted data.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public class ChartDataSeries : iNotifyChanges, 
	ICloneable, g
Visual Basic
Public Class ChartDataSeries _
	Implements iNotifyChanges, ICloneable, g

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..ChartDataSeries

See Also