Click or drag to resize

StiLegendItemGeom Constructor

Initializes a new instance of the StiLegendItemGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiLegendItemGeom(
	IStiLegend legend,
	StiLegendItemCoreXF item,
	RectangleF clientRectangle,
	int colorIndex,
	int legendItemsCount,
	int legendItemIndex
)

Parameters

legend
Type: Stimulsoft.Report.ChartIStiLegend

[Missing <param name="legend"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendItemGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,Stimulsoft.Report.Chart.StiLegendItemCoreXF,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

item
Type: Stimulsoft.Report.ChartStiLegendItemCoreXF

[Missing <param name="item"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendItemGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,Stimulsoft.Report.Chart.StiLegendItemCoreXF,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendItemGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,Stimulsoft.Report.Chart.StiLegendItemCoreXF,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

colorIndex
Type: SystemInt32

[Missing <param name="colorIndex"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendItemGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,Stimulsoft.Report.Chart.StiLegendItemCoreXF,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

legendItemsCount
Type: SystemInt32

[Missing <param name="legendItemsCount"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendItemGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,Stimulsoft.Report.Chart.StiLegendItemCoreXF,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

legendItemIndex
Type: SystemInt32

[Missing <param name="legendItemIndex"/> documentation for "M:Stimulsoft.Report.Chart.StiLegendItemGeom.#ctor(Stimulsoft.Report.Chart.IStiLegend,Stimulsoft.Report.Chart.StiLegendItemCoreXF,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

See Also