StiPieSeriesShadowElementGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiPieSeriesShadowElementGeom(IStiPieSeries series, RectangleF clientRectangle, float radius, StiContext shadowContext, TimeSpan duration, TimeSpan beginTime)  

StiPieSeriesShadowElementGeom(series: IStiPieSeries, clientRectangle: RectangleF, radius: float, shadowContext: StiContext, duration: TimeSpan, beginTime: TimeSpan)

Parameters

  • series (IStiPieSeries)
  • clientRectangle (RectangleF)
  • radius (float)
  • shadowContext (StiContext)
  • duration (TimeSpan)
  • beginTime (TimeSpan)

Methods

Method Returns Description
Draw void Draws area geom object on spefied context.

Method Details

Draw

Draw(context: StiContext): void

Draws area geom object on spefied context.

Parameters