Click or drag to resize
ChartDataManager Class
Acquires and manipulates data from databases or other sources. Populates the SeriesSet of the chart control.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelChartDataManager

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class ChartDataManager

The ChartDataManager type exposes the following members.

Methods
  NameDescription
Public methodClearDataSource
Clears the Data Source used
Public methodCopyFrom
Copies settings from another data manager
Public methodDataBind
Forces the data to be refreshed
Top
Properties
  NameDescription
Public propertyDataMember
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 propertyDataSource
Chart Data Source object
Public propertyIsDataBindCalled
Returns true if DataBind method has been called
Public propertyIsSeriesGrouping
Enables or disables the series grouping feature
Public propertyLabelsField
The data source column used as chart labels source
Public propertyValuesXField
The data source column used as series items X coordinate
Public propertyValuesYFields
The data source columns array used as series items Y coordinate source
Top
Events
  NameDescription
Public eventSeriesPoinDataBound
Event raised after the each series item's data binding
Top
See Also