See Also

DataEngine Class  | dotnetCHARTING Namespace

See Also dotnetCHARTING Send comments on this topic.

DataEngine Class Members

DataEngine overview

Public Constructors

Public Constructor DataEngine Constructor Overloaded.  

Public Properties

Public Property ChartType Gets or sets the ChartType enumeration that sets the default DataFields for each type.
Public Property CommandTimeout Gets or sets the timeout for database command object.
Public Property ConnectionString Gets or sets the string used to open a SQL Server, Access, or Excel database.
Public Property CultureName Gets or sets the culture name used when element names are populated with values such as dates.
Public Property Data Gets or sets a DataTable, DataView, OleDbDataReader, SqlDataReader, IDataReader, XML file name, or dataset used to generate a SeriesCollection.
Public Property DataFields Gets or sets a value that specifies the 'database column' to 'element value' relationship.
Public Property DateGrouping Gets or sets the date grouping of data returned from your database.
Public Property DateGroupingCalculation Gets or sets an enum which determines how values are grouped to create a single element value.
Public Property DateGroupingSort Gets or sets a value indicating whether to maintain the sort order of the data as it is provided.
Public Property EndDate Gets or sets the ending date used with SqlStatement to query filtered data from a database.
Public Property ErrorMessage Gets an error message which will be available if the this DataEngine instance fails after a call to GetSeries().
Public Property FormatString Gets or sets the format string used when element names are populated with values such as dates.
Public Property Limit Gets or sets the maximum number of elements returned for each series when data is generated.
Public Property LimitMode  
Public Property OtherElementLabel Gets or sets the label used for the element or series created when using Limit or SplitByLimit and setting ShowOther to true.
Public Property ParameterCollection Gets or sets a collection of Parameter objects used in conjunction with the StoredProcedure property.
Public Property ShowOther Gets or sets a value that indicates whether the additional series not shown due to the use of SplitByLimit, or elements not shown due to the use of Limit, are aggregated into a single series or element.
Public Property SplitByLimit Gets or sets the maximum number of series created using SplitBy.
Public Property SqlStatement The SQL statement used to obtain the charting data.
Public Property StartDate Gets or sets the starting date used with SqlStatement to query filtered data from a database.
Public Property StartDateOfYear Gets or sets an integer that determines the day which will be used as the starting day of the year for the dategrouping functionality.
Public Property StartDayOfWeek Gets or sets a DayOfWeek enumeration that determines the day which will be used as the starting day of the week for the dategrouping functionality.
Public Property StoredProcedure This property accepts the name of a stored procedure to be used in place of the SqlStatement property in order to obtain data for the chart.

Public Methods

Public Method AddParameter Adds a stored procedure when to use in conjunction with StoredProcedure.
Public Method GetFinancialSeries See GetSeries.
Public Method GetSeries Overloaded.  

See Also

DataEngine Class  | dotnetCHARTING Namespace

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.