StiUpButtonGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiUpButtonGeom(IStiYAxis axis, RectangleF clientRectangle)  

StiUpButtonGeom(axis: IStiYAxis, clientRectangle: RectangleF)

Parameters

  • axis (IStiYAxis)
  • clientRectangle (RectangleF)

Methods

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

Method Details

Draw

Draw(context: StiContext): void

Draws cell geom object on spefied context.

Parameters


InvokeMouseDown

InvokeMouseDown(options: StiInteractionOptions): void

Parameters


InvokeMouseEnter

InvokeMouseEnter(options: StiInteractionOptions): void

Parameters


InvokeMouseLeave

InvokeMouseLeave(options: StiInteractionOptions): void

Parameters