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


CreateStripLinesAxis

CreateStripLinesAxis(axis: IStiYRadarAxis, minimum: float, maximum: float): void

Parameters


MeasureLabels

MeasureLabels(context: StiContext, rect: RectangleF): RectangleF

Parameters

Returns RectangleF


PrepareInfo

PrepareInfo(rect: RectangleF): void

Parameters

  • rect (RectangleF)

Render

Render(context: StiContext, areaRect: RectangleF): StiCellGeom

Parameters

Returns StiCellGeom


RenderArguments

RenderArguments(context: StiContext, geom: StiRadarAreaGeom, series: IStiSeries): void

Parameters


RenderSeries

RenderSeries(context: StiContext, rect: RectangleF, geom: StiAreaGeom, seriesCollection: List): void

Parameters