Click or drag to resize
ChartDataManager Properties

The ChartDataManager type exposes the following members.

Properties
  Name Description
Public property DataMember
Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.
Public property DataSource
Chart Data Source object
Public property IsDataBindCalled
Returns true if DataBind method has been called
Public property IsSeriesGrouping
Enables or disables the series grouping feature
Public property LabelsField
The data source column used as chart labels source
Public property ValuesXField
The data source column used as series items X coordinate
Public property ValuesYFields
The data source columns array used as series items Y coordinate source
Top
See Also