Click or drag to resize

StiStackedBarSeriesElementGeom Constructor

Initializes a new instance of the StiStackedBarSeriesElementGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiStackedBarSeriesElementGeom(
	StiAreaGeom areaGeom,
	double value,
	int index,
	StiBrush seriesBrush,
	Color seriesBorderColor,
	IStiSeries series,
	RectangleF clientRectangle,
	Nullable<TimeSpan> beginTime
)

Parameters

areaGeom
Type: Stimulsoft.Report.ChartStiAreaGeom

[Missing <param name="areaGeom"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Nullable{System.TimeSpan})"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Nullable{System.TimeSpan})"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Nullable{System.TimeSpan})"]

seriesBrush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="seriesBrush"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Nullable{System.TimeSpan})"]

seriesBorderColor
Type: System.DrawingColor

[Missing <param name="seriesBorderColor"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Nullable{System.TimeSpan})"]

series
Type: Stimulsoft.Report.ChartIStiSeries

[Missing <param name="series"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Nullable{System.TimeSpan})"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Nullable{System.TimeSpan})"]

beginTime
Type: SystemNullableTimeSpan

[Missing <param name="beginTime"/> documentation for "M:Stimulsoft.Report.Chart.StiStackedBarSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Nullable{System.TimeSpan})"]

See Also