StiMeterHelper Class
Namespace: Stimulsoft.Dashboard.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
toAlias static |
string | |
toCountExpression static |
string | |
toCountExpression2 static |
string | |
toDataType static |
Type | |
toExpression static |
string | |
toSumExpression static |
string | |
toSumExpression2 static |
string | |
toTotalExpression static |
string | |
toTotalExpression2 static |
string | |
toTotalExpression3 static |
string |
Method Details
toAlias static
toAlias(cell: IStiAppDataCell): string
Parameters
- cell (IStiAppDataCell)
Returns string
toCountExpression static
toCountExpression(expression: string): string
Parameters
- expression (string)
Returns string
toCountExpression2 static
toCountExpression2(dataColumn: StiDataColumn): string
Parameters
- dataColumn (StiDataColumn)
Returns string
toDataType static
toDataType(cell: IStiAppDataCell): Type
Parameters
- cell (IStiAppDataCell)
Returns Type
toExpression static
toExpression(cell: IStiAppDataCell): string
Parameters
- cell (IStiAppDataCell)
Returns string
toSumExpression static
toSumExpression(expression: string): string
Parameters
- expression (string)
Returns string
toSumExpression2 static
toSumExpression2(dataColumn: StiDataColumn): string
Parameters
- dataColumn (StiDataColumn)
Returns string
toTotalExpression static
toTotalExpression(meter: StiMeter): string
Parameters
- meter (StiMeter)
Returns string
toTotalExpression2 static
toTotalExpression2(cell: IStiAppDataCell): string
Parameters
- cell (IStiAppDataCell)
Returns string
toTotalExpression3 static
toTotalExpression3(meter: StiMeter, dashboard: IStiDashboard): string
Parameters
- meter (StiMeter)
- dashboard (IStiDashboard)
Returns string