StiPieAreaGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiAreaGeom

Constructors

Constructor Description
StiPieAreaGeom(IStiArea area, RectangleF clientRectangle)  

StiPieAreaGeom(area: IStiArea, clientRectangle: RectangleF)

Parameters

  • area (IStiArea)
  • clientRectangle (RectangleF)

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