StiVertScrollBarGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiVertScrollBarGeom(IStiYAxis axis, RectangleF clientRectangle)  

StiVertScrollBarGeom(axis: IStiYAxis, clientRectangle: RectangleF)

Parameters

  • axis (IStiYAxis)
  • clientRectangle (RectangleF)

Methods

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

Method Details

Draw

Draw(context: StiContext): void

Draws cell geom object on spefied context.

Parameters


InvokeMouseDown

InvokeMouseDown(options: StiInteractionOptions): void

Parameters