StiHorzScrollBarGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiHorzScrollBarGeom(IStiXAxis axis, RectangleF clientRectangle)  

StiHorzScrollBarGeom(axis: IStiXAxis, clientRectangle: RectangleF)

Parameters

  • axis (IStiXAxis)
  • 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