Click or drag to resize

StiColorScaleCondition Constructor (String, StiColorScaleType, Color, Color, Color, StiMinimumType, Single, StiMidType, Single, StiMaximumType, Single)

Creates a new object of the type StiColorScaleCondition.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiColorScaleCondition(
	string column,
	StiColorScaleType scaleType,
	Color minimumColor,
	Color midColor,
	Color maximumColor,
	StiMinimumType minimumType,
	float minimumValue,
	StiMidType midType,
	float midValue,
	StiMaximumType maximumType,
	float maximumValue
)

Parameters

column
Type: SystemString

[Missing <param name="column"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

scaleType
Type: Stimulsoft.Report.ComponentsStiColorScaleType

[Missing <param name="scaleType"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

minimumColor
Type: System.DrawingColor

[Missing <param name="minimumColor"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

midColor
Type: System.DrawingColor

[Missing <param name="midColor"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

maximumColor
Type: System.DrawingColor

[Missing <param name="maximumColor"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

minimumType
Type: Stimulsoft.Report.ComponentsStiMinimumType

[Missing <param name="minimumType"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

minimumValue
Type: SystemSingle

[Missing <param name="minimumValue"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

midType
Type: Stimulsoft.Report.ComponentsStiMidType

[Missing <param name="midType"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

midValue
Type: SystemSingle

[Missing <param name="midValue"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

maximumType
Type: Stimulsoft.Report.ComponentsStiMaximumType

[Missing <param name="maximumType"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

maximumValue
Type: SystemSingle

[Missing <param name="maximumValue"/> documentation for "M:Stimulsoft.Report.Components.StiColorScaleCondition.#ctor(System.String,Stimulsoft.Report.Components.StiColorScaleType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Stimulsoft.Report.Components.StiMinimumType,System.Single,Stimulsoft.Report.Components.StiMidType,System.Single,Stimulsoft.Report.Components.StiMaximumType,System.Single)"]

See Also