StiRadarAreaCoreXF Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiAreaCoreXF
Constructors
| Constructor | Description |
|---|---|
| StiRadarAreaCoreXF(IStiArea area) |
StiRadarAreaCoreXF(area: IStiArea)
Parameters
- area (IStiArea)
Methods
| Method | Returns | Description |
|---|---|---|
| ApplyStyle | void | Applying specified style to this area. |
| CheckIntersectionLabels | void | |
| CreateStripLinesAxis | void | |
| MeasureLabels | RectangleF | |
| PrepareInfo | void | |
| Render | StiCellGeom | |
| RenderArguments | void | |
| RenderSeries | void |
Method Details
ApplyStyle
ApplyStyle(style: IStiChartStyle): void
Applying specified style to this area.
Parameters
- style (IStiChartStyle)
CheckIntersectionLabels
CheckIntersectionLabels(geom: StiAreaGeom): void
Parameters
- geom (StiAreaGeom)
CreateStripLinesAxis
CreateStripLinesAxis(axis: IStiYRadarAxis, minimum: float, maximum: float): void
Parameters
- axis (IStiYRadarAxis)
- minimum (float)
- maximum (float)
MeasureLabels
MeasureLabels(context: StiContext, rect: RectangleF): RectangleF
Parameters
- context (StiContext)
- rect (RectangleF)
Returns RectangleF
PrepareInfo
PrepareInfo(rect: RectangleF): void
Parameters
- rect (RectangleF)
Render
Render(context: StiContext, areaRect: RectangleF): StiCellGeom
Parameters
- context (StiContext)
- areaRect (RectangleF)
Returns StiCellGeom
RenderArguments
RenderArguments(context: StiContext, geom: StiRadarAreaGeom, series: IStiSeries): void
Parameters
- context (StiContext)
- geom (StiRadarAreaGeom)
- series (IStiSeries)
RenderSeries
RenderSeries(context: StiContext, rect: RectangleF, geom: StiAreaGeom, seriesCollection: List
Parameters
- context (StiContext)
- rect (RectangleF)
- geom (StiAreaGeom)
- seriesCollection (List
)