StiAxisAreaViewGeom3D Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiAreaGeom

Constructors

Constructor Description
StiAxisAreaViewGeom3D(IStiArea area, RectangleF clientRectangle, StiRender3D render)  

StiAxisAreaViewGeom3D(area: IStiArea, clientRectangle: RectangleF, render: StiRender3D)

Parameters

  • area (IStiArea)
  • clientRectangle (RectangleF)
  • render (StiRender3D)

Properties

Property Type Description
Render StiRender3D  

Methods

Method Returns Description
Draw void Draws area geom object on spefied context.
DrawChildGeoms void  
DrawGeom void  

Method Details

Draw

Draw(context: StiContext): void

Draws area geom object on spefied context.

Parameters


DrawChildGeoms

DrawChildGeoms(context: StiContext): void

Parameters


DrawGeom

DrawGeom(context: StiContext): void

Parameters