IStiXRadarAxisCoreXF Interface
Namespace: Stimulsoft.Report.Chart
Methods
| Method | Returns | Description |
|---|---|---|
| getLabelRect | RectangleD | |
| renderLabel | IStiCellGeom |
Method Details
getLabelRect
getLabelRect(context: StiContext, point: PointD, text: string, angle: number): RectangleD
Parameters
- context (StiContext)
- point (PointD)
- text (string)
- angle (number)
Returns RectangleD
renderLabel
renderLabel(context: StiContext, series: IStiSeries, point: PointD, argument: any, angle: number, colorIndex: number, colorCount: number): IStiCellGeom
Parameters
- context (StiContext)
- series (IStiSeries)
- point (PointD)
- argument (any)
- angle (number)
- colorIndex (number)
- colorCount (number)
Returns IStiCellGeom