StiFunnelEmptySeriesElementGeom Class

Namespace: Stimulsoft.Report.Chart.Geoms.Series.Funnel

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiFunnelEmptySeriesElementGeom(RectangleF clientRectangle, List<StiSegmentGeom> path)  

StiFunnelEmptySeriesElementGeom(clientRectangle: RectangleF, path: List<StiSegmentGeom>)

Parameters

Properties

Property Type Description
Path List<StiSegmentGeom>  

Methods

Method Returns Description
Draw void  

Method Details

Draw

Draw(context: StiContext): void

Parameters