StiYAxisGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

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

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

Parameters

  • axis (IStiYAxis)
  • clientRectangle (RectangleF)
  • isCenterAxis (bool)

Methods

Method Returns Description
AllowChildDrawing bool  
Draw void Draws area geom object on spefied context.
DrawArrow void  

Method Details

AllowChildDrawing

AllowChildDrawing(cellGeom: StiCellGeom): bool

Parameters

  • cellGeom (StiCellGeom)

Returns bool


Draw

Draw(context: StiContext): void

Draws area geom object on spefied context.

Parameters


DrawArrow

DrawArrow(context: StiContext, rect: RectangleF): void

Parameters