StiXAxisViewGeom Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiXAxisGeom
Constructors
| Constructor | Description |
|---|---|
| StiXAxisViewGeom(IStiXAxis axis, RectangleF clientRectangle, bool isCenterAxis) |
StiXAxisViewGeom(axis: IStiXAxis, clientRectangle: RectangleF, isCenterAxis: bool)
Parameters
- axis (IStiXAxis)
- clientRectangle (RectangleF)
- isCenterAxis (bool)
Methods
| Method | Returns | Description |
|---|---|---|
| Draw | void | Draws cell geom object on spefied context. |
| DrawChildGeoms | void | Draws area geom object with all child geom objects on spefied context. |
Method Details
Draw
Draw(context: StiContext): void
Draws cell geom object on spefied context.
Parameters
- context (StiContext)
DrawChildGeoms
DrawChildGeoms(context: StiContext): void
Draws area geom object with all child geom objects on spefied context.
Parameters
- context (StiContext)