StiDashboardExpressionHelper Class
Namespace: Stimulsoft.Report.Dashboard.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
getBackColor static |
Color | |
getColor static |
Color | |
getForeColor static |
Color |
Method Details
getBackColor static
getBackColor(component: any, defaultColor: Color): Color
Parameters
- component (any)
- defaultColor (Color)
Returns Color
getColor static
getColor(component: any, defaultColor: Color, propertyName: string): Color
Parameters
- component (any)
- defaultColor (Color)
- propertyName (string)
Returns Color
getForeColor static
getForeColor(component: any, defaultColor: Color): Color
Parameters
- component (any)
- defaultColor (Color)
Returns Color