StiChartTableCore Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: ICloneable, IStiApplyStyle
Constructors
| Constructor | Description |
|---|---|
| StiChartTableCore(IStiChartTable table) |
StiChartTableCore(table: IStiChartTable)
Parameters
- table (IStiChartTable)
Properties
| Property | Type | Description |
|---|---|---|
| ChartTable | IStiChartTable |
Methods
| Method | Returns | Description |
|---|---|---|
| ApplyStyle | void | |
| Clone | object | |
| GetHeightHeaderTable | float | |
| GetHeightTable | float | |
| GetWidthCellLegend | float | |
| Render | StiCellGeom | |
| ShowTable | bool |
Method Details
ApplyStyle
ApplyStyle(style: IStiChartStyle): void
Parameters
- style (IStiChartStyle)
Clone
Clone(): object
Returns object
GetHeightHeaderTable
GetHeightHeaderTable(context: StiContext, widthTable: float): float
Parameters
- context (StiContext)
- widthTable (float)
Returns float
GetHeightTable
GetHeightTable(context: StiContext, widthTable: float): float
Parameters
- context (StiContext)
- widthTable (float)
Returns float
GetWidthCellLegend
GetWidthCellLegend(context: StiContext): float
Parameters
- context (StiContext)
Returns float
Render
Render(context: StiContext, rect: RectangleF): StiCellGeom
Parameters
- context (StiContext)
- rect (RectangleF)
Returns StiCellGeom
ShowTable
ShowTable(): bool
Returns bool