Click or drag to resize

StiGanttSeriesElementGeom Constructor

Initializes a new instance of the StiGanttSeriesElementGeom class

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

Parameters

areaGeom
Type: Stimulsoft.Report.ChartStiAreaGeom

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

value
Type: SystemDouble

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

index
Type: SystemInt32

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

series
Type: Stimulsoft.Report.ChartIStiSeries

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

clientRectangle
Type: System.DrawingRectangleF

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

beginTime
Type: SystemNullableTimeSpan

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

brush
Type: Stimulsoft.Base.DrawingStiBrush

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

See Also