StiHorzTrackBarGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiHorzTrackBarGeom(IStiXAxis axis, RectangleF clientRectangle, StiHorzScrollBarGeom scrollBar)  

StiHorzTrackBarGeom(axis: IStiXAxis, clientRectangle: RectangleF, scrollBar: StiHorzScrollBarGeom)

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