StiChartTableGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiChartTableGeom(RectangleF clientRectangle, stringtable , float widthCellLegendTableChart, float heightCellHeader, float widthSpace, IStiChartTable chartTable)  

StiChartTableGeom(clientRectangle: RectangleF, **: stringtable, **widthCellLegendTableChart: float, heightCellHeader: float, widthSpace: float, chartTable: IStiChartTable)

Parameters

  • clientRectangle (RectangleF)
  • ** (stringtable)
  • widthCellLegendTableChart (float)
  • heightCellHeader (float)
  • widthSpace (float)
  • chartTable (IStiChartTable)

Methods

Method Returns Description
Draw void Draws table geom object on spefied context.

Method Details

Draw

Draw(context: StiContext): void

Draws table geom object on spefied context.

Parameters