Click or drag to resize

StiGaugeRange Constructor (Color, Double, Double)

Initializes a new instance of the StiGaugeRange class

Namespace:  Stimulsoft.Dashboard.Components.Gauge
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiGaugeRange(
	Color color,
	double start,
	double end
)

Parameters

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange.#ctor(System.Drawing.Color,System.Double,System.Double)"]

start
Type: SystemDouble

[Missing <param name="start"/> documentation for "M:Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange.#ctor(System.Drawing.Color,System.Double,System.Double)"]

end
Type: SystemDouble

[Missing <param name="end"/> documentation for "M:Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange.#ctor(System.Drawing.Color,System.Double,System.Double)"]

See Also