StiLeftButtonGeom Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiCellGeom
Constructors
| Constructor | Description |
|---|---|
| StiLeftButtonGeom(IStiXAxis axis, RectangleF clientRectangle) |
StiLeftButtonGeom(axis: IStiXAxis, clientRectangle: RectangleF)
Parameters
- axis (IStiXAxis)
- 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
- context (StiContext)
InvokeMouseDown
InvokeMouseDown(options: StiInteractionOptions): void
Parameters
- options (StiInteractionOptions)
InvokeMouseEnter
InvokeMouseEnter(options: StiInteractionOptions): void
Parameters
- options (StiInteractionOptions)
InvokeMouseLeave
InvokeMouseLeave(options: StiInteractionOptions): void
Parameters
- options (StiInteractionOptions)