IStiAxisCoreXF3D Interface
Namespace: Stimulsoft.Report.Chart
Methods
| Method | Returns | Description |
|---|---|---|
| applyStyle | void | |
| calculateStripPositions | void | |
| getAxisTitleSize | Size | |
| getFontGeom | Base.Context.StiFontGeom | |
| getStringFormatGeom | StiStringFormatGeom | |
| render3D | IStiCellGeom |
Method Details
applyStyle
applyStyle(style: IStiChartStyle): void
Parameters
- style (IStiChartStyle)
calculateStripPositions
calculateStripPositions(topPosition: number, bottomPosition: number): void
Parameters
- topPosition (number)
- bottomPosition (number)
getAxisTitleSize
getAxisTitleSize(context: Base.Context.StiContext): Size
Parameters
- context (Base.Context.StiContext)
Returns Size
getFontGeom
getFontGeom(context: Base.Context.StiContext): Base.Context.StiFontGeom
Parameters
- context (Base.Context.StiContext)
Returns Base.Context.StiFontGeom
getStringFormatGeom
getStringFormatGeom(context: StiContext, wordWrap: boolean): StiStringFormatGeom
Parameters
- context (StiContext)
- wordWrap (boolean)
Returns StiStringFormatGeom
render3D
render3D(context: Base.Context.StiContext, rect3D: IStiRectangle3D, render3d: IStiRender3D): IStiCellGeom
Parameters
- context (Base.Context.StiContext)
- rect3D (IStiRectangle3D)
- render3d (IStiRender3D)
Returns IStiCellGeom