Click or drag to resize

StiCenterFunnelLabelsGeom Constructor

Initializes a new instance of the StiCenterFunnelLabelsGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCenterFunnelLabelsGeom(
	IStiSeriesLabels seriesLabels,
	IStiSeries series,
	int index,
	double value,
	RectangleF clientRectangle,
	string text,
	StiBrush seriesBrush,
	StiBrush labelBrush,
	Color borderColor,
	Color seriesBorderColor,
	RectangleF labelRect
)

Parameters

seriesLabels
Type: Stimulsoft.Report.ChartIStiSeriesLabels

[Missing <param name="seriesLabels"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

series
Type: Stimulsoft.Report.ChartIStiSeries

[Missing <param name="series"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

seriesBrush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="seriesBrush"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

labelBrush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="labelBrush"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

borderColor
Type: System.DrawingColor

[Missing <param name="borderColor"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

seriesBorderColor
Type: System.DrawingColor

[Missing <param name="seriesBorderColor"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

labelRect
Type: System.DrawingRectangleF

[Missing <param name="labelRect"/> documentation for "M:Stimulsoft.Report.Chart.StiCenterFunnelLabelsGeom.#ctor(Stimulsoft.Report.Chart.IStiSeriesLabels,Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.RectangleF,System.String,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Drawing.Color,System.Drawing.RectangleF)"]

See Also