Click or drag to resize

StiCandlestickSeriesElementGeom Constructor

Initializes a new instance of the StiCandlestickSeriesElementGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCandlestickSeriesElementGeom(
	StiAreaGeom areaGeom,
	IStiSeries series,
	RectangleF clientRectangle,
	float bodyStart,
	float bodyEnd,
	float high,
	float low,
	float positionX,
	int index,
	StiBrush brush,
	Color borderColor,
	Nullable<TimeSpan> beginTime
)

Parameters

areaGeom
Type: Stimulsoft.Report.ChartStiAreaGeom

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

series
Type: Stimulsoft.Report.ChartIStiSeries

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

clientRectangle
Type: System.DrawingRectangleF

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

bodyStart
Type: SystemSingle

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

bodyEnd
Type: SystemSingle

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

high
Type: SystemSingle

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

low
Type: SystemSingle

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

positionX
Type: SystemSingle

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

index
Type: SystemInt32

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

brush
Type: Stimulsoft.Base.DrawingStiBrush

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

borderColor
Type: System.DrawingColor

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

beginTime
Type: SystemNullableTimeSpan

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

See Also