Click or drag to resize

StiStackedBarSeriesShadowElementGeom Constructor

Initializes a new instance of the StiStackedBarSeriesShadowElementGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiStackedBarSeriesShadowElementGeom(
	IStiSeries series,
	RectangleF clientRectangle,
	bool isLeftShadow,
	bool isRightShadow
)

Parameters

series
Type: Stimulsoft.Report.ChartIStiSeries

[Missing <param name="series"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesShadowElementGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Boolean,System.Boolean)"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesShadowElementGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Boolean,System.Boolean)"]

isLeftShadow
Type: SystemBoolean

[Missing <param name="isLeftShadow"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesShadowElementGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Boolean,System.Boolean)"]

isRightShadow
Type: SystemBoolean

[Missing <param name="isRightShadow"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesShadowElementGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Boolean,System.Boolean)"]

See Also