StiDataAnalyzer Class
Namespace: Stimulsoft.Data.Engine
Methods
| Method | Returns | Description |
|---|---|---|
Analyze static |
StiDataTable | Analyzes the data based on the provided options and returns a resulting StiDataTable. |
Method Details
Analyze static
Analyze(options: StiDataAnalyzerOptions): StiDataTable
Analyzes the data based on the provided options and returns a resulting StiDataTable.
Parameters
- options (StiDataAnalyzerOptions) — The options to configure the data analysis process.
Returns StiDataTable — A StiDataTable containing the analyzed data. If no meters are provided or no tables are fetched, returns NullTable.