StiManuallyEnteredDataParser Class
Namespace: Stimulsoft.Dashboard.Components
Methods
| Method | Returns | Description |
|---|---|---|
GetChartDataTable static |
StiDataTable | |
GetGaugeDataTable static |
StiDataTable | |
GetIndicatorDataTable static |
StiDataTable | |
GetOnlineMapDataTable static |
StiDataTable | |
GetProgressDataTable static |
StiDataTable | |
GetRegionMapDataTable static |
StiDataTable | |
ParseString static |
string |
Method Details
GetChartDataTable static
GetChartDataTable(content: string, element: IStiElement): StiDataTable
Parameters
- content (string)
- element (IStiElement)
Returns StiDataTable
GetGaugeDataTable static
GetGaugeDataTable(content: string, dateTimeMode: bool, element: IStiElement): StiDataTable
Parameters
- content (string)
- dateTimeMode (bool)
- element (IStiElement)
Returns StiDataTable
GetIndicatorDataTable static
GetIndicatorDataTable(content: string, element: IStiElement): StiDataTable
Parameters
- content (string)
- element (IStiElement)
Returns StiDataTable
GetOnlineMapDataTable static
GetOnlineMapDataTable(content: string, element: IStiElement): StiDataTable
Parameters
- content (string)
- element (IStiElement)
Returns StiDataTable
GetProgressDataTable static
GetProgressDataTable(content: string, element: IStiElement): StiDataTable
Parameters
- content (string)
- element (IStiElement)
Returns StiDataTable
GetRegionMapDataTable static
GetRegionMapDataTable(content: string, element: IStiElement): StiDataTable
Parameters
- content (string)
- element (IStiElement)
Returns StiDataTable
ParseString static
ParseString(value: object, element: IStiElement): string
Parameters
- value (object)
- element (IStiElement)
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| ColumnArgument | string | |
| ColumnCloseValue | string | |
| ColumnColor | string | |
| ColumnEndValue | string | |
| ColumnHighValue | string | |
| ColumnLatitude | string | |
| ColumnLocation | string | |
| ColumnLongitude | string | |
| ColumnLowValue | string | |
| ColumnSeries | string | |
| ColumnTarget | string | |
| ColumnValue | string | |
| ColumnWeight | string | |
| ColumnX | string | |
| ColumnY | string |