Version

Infragistics.Controls.Charts.DataAdapters Namespace

Classes
 ClassDescription
ClassDataSeries Represents a resolved data series from a data series adapter. Can be used to automatically populate data visualizations.
ClassDataSeriesAdapter Class for transforming enumerable data sources into series data for data visualization controls.
ClassDataSeriesAdapterRuleCollection Reprsents a collection of addapter rules that will generate data series
ClassDataSeriesAdapterRunContext Represents the context for a data adapter rule evaluation.
ClassDataSeriesCollection Represents a collection of data series with info on how to populate data visualizations
ClassDataSeriesDataProviderAnalyzer A utility class for assisting in analyzing a data adapter evaluation.
ClassDataSeriesMemberIntentAttribute Represents attribute for specifying member intent of data series
ClassDataSeriesMemberPathHint Represents a hint about what sub element of a data series data should be mapped to what semantic intent.
ClassDataSeriesTitleAttribute Represents attribute for specifying title of data series
Interfaces
 InterfaceDescription
InterfaceIDataSeriesAdapterRule Represents a rule to determine which data series fit the provided data.
InterfaceIExternalDataSeriesAdapter Must be implemnted by the public interface of a data series adapter.
Enumerations
 EnumerationDescription
EnumerationDataSeriesAxisType Indicates which axis type is suggested in a data series.
EnumerationDataSeriesIntent Identifies various intents for the sub properties of the data being bound to a data series.
EnumerationDataSeriesMarker Identifies which type of marker is suggested for a data series.
EnumerationDataSeriesType Identifies which type of series is suggested for a data series.
See Also