StiAxisTitleGeom3D Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiAxisTitleGeom3D(IStiAxis3D axis, RectangleF clientRectangle, float angle, StiFontGeom font)  

StiAxisTitleGeom3D(axis: IStiAxis3D, clientRectangle: RectangleF, angle: float, font: StiFontGeom)

Parameters

  • axis (IStiAxis3D)
  • clientRectangle (RectangleF)
  • angle (float)
  • font (StiFontGeom)

Properties

Property Type Description
Angle float  
Axis IStiAxis3D  

Methods

Method Returns Description
Draw void  

Method Details

Draw

Draw(context: StiContext): void

Parameters