StiWaterfallLineGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiWaterfallLineGeom(PointF pointStart, PointF pointEnd, StiPenGeom pen, RectangleF clientRectangle, bool animation)  

StiWaterfallLineGeom(pointStart: PointF, pointEnd: PointF, pen: StiPenGeom, clientRectangle: RectangleF, animation: bool)

Parameters

  • pointStart (PointF)
  • pointEnd (PointF)
  • pen (StiPenGeom)
  • clientRectangle (RectangleF)
  • animation (bool)

Properties

Property Type Description
Animation bool  
Pen StiPenGeom  
PointEnd PointF  
PointStart PointF  

Methods

Method Returns Description
Draw void  

Method Details

Draw

Draw(context: StiContext): void

Parameters