Click or drag to resize

StiRangeBarElementGeom Constructor

Initializes a new instance of the StiRangeBarElementGeom class

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

Parameters

areaGeom
Type: Stimulsoft.Report.ChartStiAreaGeom

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

value
Type: SystemDouble

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

index
Type: SystemInt32

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

series
Type: Stimulsoft.Report.ChartIStiSeries

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

brush
Type: Stimulsoft.Base.DrawingStiBrush

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

clientRectangle
Type: System.DrawingRectangleF

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

beginTime
Type: SystemNullableTimeSpan

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

See Also