RegionMap Class
Namespace: Stimulsoft.Dashboard.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
getColor static |
StiColorMapMeter | |
getColor2 static |
StiColorMapMeter | |
getGroup static |
StiGroupMapMeter | |
getGroup2 static |
StiGroupMapMeter | |
getKey static |
StiKeyMapMeter | |
getKey2 static |
StiKeyMapMeter | |
getName static |
StiNameMapMeter | |
getName2 static |
StiNameMapMeter | |
getValue static |
StiValueMapMeter | |
getValue2 static |
StiValueMapMeter |
Method Details
getColor static
getColor(meter: StiMeter): StiColorMapMeter
Parameters
- meter (StiMeter)
Returns StiColorMapMeter
getColor2 static
getColor2(cell: IStiAppDataCell): StiColorMapMeter
Parameters
- cell (IStiAppDataCell)
Returns StiColorMapMeter
getGroup static
getGroup(meter: StiMeter): StiGroupMapMeter
Parameters
- meter (StiMeter)
Returns StiGroupMapMeter
getGroup2 static
getGroup2(cell: IStiAppDataCell): StiGroupMapMeter
Parameters
- cell (IStiAppDataCell)
Returns StiGroupMapMeter
getKey static
getKey(meter: StiMeter): StiKeyMapMeter
Parameters
- meter (StiMeter)
Returns StiKeyMapMeter
getKey2 static
getKey2(cell: IStiAppDataCell): StiKeyMapMeter
Parameters
- cell (IStiAppDataCell)
Returns StiKeyMapMeter
getName static
getName(meter: StiMeter): StiNameMapMeter
Parameters
- meter (StiMeter)
Returns StiNameMapMeter
getName2 static
getName2(cell: IStiAppDataCell): StiNameMapMeter
Parameters
- cell (IStiAppDataCell)
Returns StiNameMapMeter
getValue static
getValue(meter: StiMeter, dashboard: IStiDashboard): StiValueMapMeter
Parameters
- meter (StiMeter)
- dashboard (IStiDashboard)
Returns StiValueMapMeter
getValue2 static
getValue2(cell: IStiAppDataCell): StiValueMapMeter
Parameters
- cell (IStiAppDataCell)
Returns StiValueMapMeter