Click or drag to resize

StiTreemapAreaCoreXFSquarify Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.StiTreemapAreaCoreXF.Squarify(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Nullable{System.Double}},System.Drawing.RectangleF,System.Collections.Generic.List{System.Drawing.RectangleF})"]

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public List<RectangleF> Squarify(
	List<double> data,
	List<Nullable<double>> currentrow,
	RectangleF container,
	List<RectangleF> stack
)

Parameters

data
Type: System.Collections.GenericListDouble

[Missing <param name="data"/> documentation for "M:Stimulsoft.Report.Chart.StiTreemapAreaCoreXF.Squarify(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Nullable{System.Double}},System.Drawing.RectangleF,System.Collections.Generic.List{System.Drawing.RectangleF})"]

currentrow
Type: System.Collections.GenericListNullableDouble

[Missing <param name="currentrow"/> documentation for "M:Stimulsoft.Report.Chart.StiTreemapAreaCoreXF.Squarify(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Nullable{System.Double}},System.Drawing.RectangleF,System.Collections.Generic.List{System.Drawing.RectangleF})"]

container
Type: System.DrawingRectangleF

[Missing <param name="container"/> documentation for "M:Stimulsoft.Report.Chart.StiTreemapAreaCoreXF.Squarify(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Nullable{System.Double}},System.Drawing.RectangleF,System.Collections.Generic.List{System.Drawing.RectangleF})"]

stack
Type: System.Collections.GenericListRectangleF

[Missing <param name="stack"/> documentation for "M:Stimulsoft.Report.Chart.StiTreemapAreaCoreXF.Squarify(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Nullable{System.Double}},System.Drawing.RectangleF,System.Collections.Generic.List{System.Drawing.RectangleF})"]

Return Value

Type: ListRectangleF

[Missing <returns> documentation for "M:Stimulsoft.Report.Chart.StiTreemapAreaCoreXF.Squarify(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Nullable{System.Double}},System.Drawing.RectangleF,System.Collections.Generic.List{System.Drawing.RectangleF})"]

See Also