StiVertTrackBarGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiVertTrackBarGeom(IStiYAxis axis, RectangleF clientRectangle, StiVertScrollBarGeom scrollBar)  

StiVertTrackBarGeom(axis: IStiYAxis, clientRectangle: RectangleF, scrollBar: StiVertScrollBarGeom)

Parameters

Methods

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

Method Details

Draw

Draw(context: StiContext): void

Draws cell geom object on spefied context.

Parameters


InvokeDrag

InvokeDrag(options: StiInteractionOptions): void

Parameters


InvokeMouseDown

InvokeMouseDown(options: StiInteractionOptions): void

Parameters


InvokeMouseEnter

InvokeMouseEnter(options: StiInteractionOptions): void

Parameters


InvokeMouseLeave

InvokeMouseLeave(options: StiInteractionOptions): void

Parameters