DataEngine Constructor | Overloaded. |
ChartType | Gets or sets the ChartType enumeration that sets the default DataFields for each type. |
CommandTimeout | Gets or sets the timeout for database command object. |
ConnectionString | Gets or sets the string used to open a SQL Server, Access, or Excel database. |
CultureName | Gets or sets the culture name used when element names are populated with values such as dates. |
Data | Gets or sets a DataTable, DataView, OleDbDataReader, SqlDataReader, IDataReader, XML file name, or dataset used to generate a SeriesCollection. |
DataFields | Gets or sets a value that specifies the 'database column' to 'element value' relationship. |
DateGrouping | Gets or sets the date grouping of data returned from your database. |
DateGroupingCalculation | Gets or sets an enum which determines how values are grouped to create a single element value. |
DateGroupingSort | Gets or sets a value indicating whether to maintain the sort order of the data as it is provided. |
EndDate | Gets or sets the ending date used with SqlStatement to query filtered data from a database. |
ErrorMessage | Gets an error message which will be available if the this DataEngine instance fails after a call to GetSeries(). |
FormatString | Gets or sets the format string used when element names are populated with values such as dates. |
Limit | Gets or sets the maximum number of elements returned for each series when data is generated. |
LimitMode | |
OtherElementLabel | Gets or sets the label used for the element or series created when using Limit or SplitByLimit and setting ShowOther to true. |
ParameterCollection | Gets or sets a collection of Parameter objects used in conjunction with the StoredProcedure 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. |
SplitByLimit | Gets or sets the maximum number of series created using SplitBy. |
SqlStatement | The SQL statement used to obtain the charting data. |
StartDate | Gets or sets the starting date used with SqlStatement to query filtered data from a database. |
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. |
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. |
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. |
AddParameter | Adds a stored procedure when to use in conjunction with StoredProcedure. |
GetFinancialSeries | See GetSeries. |
GetSeries | Overloaded. |
DataEngine Class | dotnetCHARTING Namespace
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.