Click or drag to resize

StiChartTableGeom Constructor

Initializes a new instance of the StiChartTableGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiChartTableGeom(
	RectangleF clientRectangle,
	string[,] table,
	float widthCellLegendTableChart,
	float heightCellHeader,
	float widthSpace,
	IStiChartTable chartTable
)

Parameters

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTableGeom.#ctor(System.Drawing.RectangleF,System.String[0:,0:],System.Single,System.Single,System.Single,Stimulsoft.Report.Chart.IStiChartTable)"]

table
Type: SystemString

[Missing <param name="table"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTableGeom.#ctor(System.Drawing.RectangleF,System.String[0:,0:],System.Single,System.Single,System.Single,Stimulsoft.Report.Chart.IStiChartTable)"]

widthCellLegendTableChart
Type: SystemSingle

[Missing <param name="widthCellLegendTableChart"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTableGeom.#ctor(System.Drawing.RectangleF,System.String[0:,0:],System.Single,System.Single,System.Single,Stimulsoft.Report.Chart.IStiChartTable)"]

heightCellHeader
Type: SystemSingle

[Missing <param name="heightCellHeader"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTableGeom.#ctor(System.Drawing.RectangleF,System.String[0:,0:],System.Single,System.Single,System.Single,Stimulsoft.Report.Chart.IStiChartTable)"]

widthSpace
Type: SystemSingle

[Missing <param name="widthSpace"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTableGeom.#ctor(System.Drawing.RectangleF,System.String[0:,0:],System.Single,System.Single,System.Single,Stimulsoft.Report.Chart.IStiChartTable)"]

chartTable
Type: Stimulsoft.Report.ChartIStiChartTable

[Missing <param name="chartTable"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTableGeom.#ctor(System.Drawing.RectangleF,System.String[0:,0:],System.Single,System.Single,System.Single,Stimulsoft.Report.Chart.IStiChartTable)"]

See Also