StiYAxisViewGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiYAxisGeom

Constructors

Constructor Description
StiYAxisViewGeom(IStiYAxis axis, RectangleF clientRectangle, bool isCenterAxis)  

StiYAxisViewGeom(axis: IStiYAxis, clientRectangle: RectangleF, isCenterAxis: bool)

Parameters

  • axis (IStiYAxis)
  • 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


DrawChildGeoms

DrawChildGeoms(context: StiContext): void

Draws area geom object with all child geom objects on spefied context.

Parameters