StiPivotTableHelper Class
Namespace: Stimulsoft.Dashboard.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
applyStyle static |
void | |
buildCross static |
void | |
getBackColor static |
Color | |
getForeColor static |
Color | |
getHeadersBounds static |
Rectangle | |
getViewerData static |
Promise |
Method Details
applyStyle static
applyStyle(pivot: StiPivotTableElement, crossTab: StiCrossTab, exportDataOnly: boolean): void
Parameters
- pivot (StiPivotTableElement)
- crossTab (StiCrossTab)
- exportDataOnly (boolean)
buildCross static
buildCross(masterCrossTab: StiCrossTab, dataTable: StiDataTable, pivot: StiPivotTableElement, zoom: any): void
Parameters
- masterCrossTab (StiCrossTab)
- dataTable (StiDataTable)
- pivot (StiPivotTableElement)
- zoom (any)
getBackColor static
getBackColor(element: IStiElement, cells: StiPivotTableCells, style: StiPivotElementStyle, isInterlaced: boolean, isTotal: boolean): Color
Parameters
- element (IStiElement)
- cells (StiPivotTableCells)
- style (StiPivotElementStyle)
- isInterlaced (boolean)
- isTotal (boolean)
Returns Color
getForeColor static
getForeColor(element: IStiElement, cells: StiPivotTableCells, style: StiPivotElementStyle, isInterlaced: boolean, isTotal: boolean): Color
Parameters
- element (IStiElement)
- cells (StiPivotTableCells)
- style (StiPivotElementStyle)
- isInterlaced (boolean)
- isTotal (boolean)
Returns Color
getHeadersBounds static
getHeadersBounds(cells: StiCell[][]): Rectangle
Parameters
- cells (StiCell[][])
Returns Rectangle
getViewerData static
getViewerData(pivotElement: IStiPivotTableElement): Promise
Parameters
- pivotElement (IStiPivotTableElement)
Returns Promise
Fields
| Field | Type | Description |
|---|---|---|
| column | any | |
| crossTab | any | |
| headerBottom | any | |
| headerLeft | any | |
| headerRight | any | |
| headerTop | any | |
| i | any | |
| result | any | |
| result | any | |
| sizeIndex | any | |
| storedExpression | any | |
| totalCellGuid | any |