StiLegendGeom Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiCellGeom
Constructors
| Constructor | Description |
|---|---|
| StiLegendGeom(IStiLegend legend, RectangleF clientRectangle, List<StiLegendItemCoreXF> seriesItems) |
StiLegendGeom(legend: IStiLegend, clientRectangle: RectangleF, seriesItems: List<StiLegendItemCoreXF>)
Parameters
- legend (IStiLegend)
- clientRectangle (RectangleF)
- seriesItems (List<StiLegendItemCoreXF>)
Methods
| Method | Returns | Description |
|---|---|---|
| Dispose | void | |
| Draw | void | Draws area geom object on spefied context. |
Method Details
Dispose
Dispose(): void
Draw
Draw(context: StiContext): void
Draws area geom object on spefied context.
Parameters
- context (StiContext)