StiTableElementGdiPainter Class
Namespace: Stimulsoft.Dashboard.Drawing.Painters
Inheritance
Inherits from: StiElementGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
MeasureBubbleCell static |
SizeD | |
MeasureDataBarsCell static |
SizeD | |
MeasureIndicatorCell static |
SizeD | |
MeasureSparklinesCell static |
SizeD | |
| PaintCheckBoxTitle | void | |
| PaintContent | void | |
PaintFrozenArea static |
void | |
ProcessColumnsWithTopN static |
List<object[]> |
Method Details
MeasureBubbleCell static
MeasureBubbleCell(g: Graphics, table: StiTableElement, column: StiTableColumn, rowValue: object, zoom: float): SizeD
Parameters
- g (Graphics)
- table (StiTableElement)
- column (StiTableColumn)
- rowValue (object)
- zoom (float)
Returns SizeD
MeasureDataBarsCell static
MeasureDataBarsCell(g: Graphics, table: StiTableElement, column: StiTableColumn, rowValue: object, zoom: float): SizeD
Parameters
- g (Graphics)
- table (StiTableElement)
- column (StiTableColumn)
- rowValue (object)
- zoom (float)
Returns SizeD
MeasureIndicatorCell static
MeasureIndicatorCell(g: Graphics, table: StiTableElement, column: StiTableColumn, rowValue: object, zoom: float): SizeD
Parameters
- g (Graphics)
- table (StiTableElement)
- column (StiTableColumn)
- rowValue (object)
- zoom (float)
Returns SizeD
MeasureSparklinesCell static
MeasureSparklinesCell(table: StiTableElement, columnWidth: double, zoom: float): SizeD
Parameters
- table (StiTableElement)
- columnWidth (double)
- zoom (float)
Returns SizeD
PaintCheckBoxTitle
PaintCheckBoxTitle(g: Graphics, rect: RectangleD, element: IStiElement): void
Parameters
- g (Graphics)
- rect (RectangleD)
- element (IStiElement)
PaintContent
PaintContent(g: Graphics, rect: RectangleD, element: IStiElement): void
Parameters
- g (Graphics)
- rect (RectangleD)
- element (IStiElement)
PaintFrozenArea static
PaintFrozenArea(g: Graphics, rect: RectangleD, table: StiTableElement, column: StiTableColumn): void
Parameters
- g (Graphics)
- rect (RectangleD)
- table (StiTableElement)
- column (StiTableColumn)
ProcessColumnsWithTopN static
ProcessColumnsWithTopN(dataTable: StiDataTable, columns: List
Parameters
- dataTable (StiDataTable)
- columns (List
)
Returns List<object[]>