Click or drag to resize

StiLegendGeom Constructor

Initializes a new instance of the StiLegendGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiLegendGeom(
	IStiLegend legend,
	RectangleF clientRectangle,
	List<StiLegendItemCoreXF> seriesItems
)

Parameters

legend
Type: Stimulsoft.Report.ChartIStiLegend

[Missing <param name="legend"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,System.Drawing.RectangleF,System.Collections.Generic.List{Stimulsoft.Report.Chart.StiLegendItemCoreXF})"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,System.Drawing.RectangleF,System.Collections.Generic.List{Stimulsoft.Report.Chart.StiLegendItemCoreXF})"]

seriesItems
Type: System.Collections.GenericListStiLegendItemCoreXF

[Missing <param name="seriesItems"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,System.Drawing.RectangleF,System.Collections.Generic.List{Stimulsoft.Report.Chart.StiLegendItemCoreXF})"]

See Also