StiLegendItemGeom Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiCellGeom
Constructors
| Constructor | Description |
|---|---|
| StiLegendItemGeom(IStiLegend legend, StiLegendItemCoreXF item, RectangleF clientRectangle, int colorIndex, int legendItemsCount, int legendItemIndex) |
StiLegendItemGeom(legend: IStiLegend, item: StiLegendItemCoreXF, clientRectangle: RectangleF, colorIndex: int, legendItemsCount: int, legendItemIndex: int)
Parameters
- legend (IStiLegend)
- item (StiLegendItemCoreXF)
- clientRectangle (RectangleF)
- colorIndex (int)
- legendItemsCount (int)
- legendItemIndex (int)
Methods
| Method | Returns | Description |
|---|---|---|
| Draw | void | Draws area geom object on spefied context. |
| InvokeClick | void | |
| InvokeMouseEnter | void | |
| InvokeMouseLeave | void |
Method Details
Draw
Draw(context: StiContext): void
Draws area geom object on spefied context.
Parameters
- context (StiContext)
InvokeClick
InvokeClick(options: StiInteractionOptions): void
Parameters
- options (StiInteractionOptions)
InvokeMouseEnter
InvokeMouseEnter(options: StiInteractionOptions): void
Parameters
- options (StiInteractionOptions)
InvokeMouseLeave
InvokeMouseLeave(options: StiInteractionOptions): void
Parameters
- options (StiInteractionOptions)