StiStackedColumnSeriesShadowElementGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiStackedColumnSeriesShadowElementGeom(IStiSeries series, RectangleF clientRectangle, bool isTopShadow, bool isBottomShadow)  

StiStackedColumnSeriesShadowElementGeom(series: IStiSeries, clientRectangle: RectangleF, isTopShadow: bool, isBottomShadow: bool)

Parameters

  • series (IStiSeries)
  • clientRectangle (RectangleF)
  • isTopShadow (bool)
  • isBottomShadow (bool)

Properties

Property Type Description
Index int  

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