Click or drag to resize

StiOpenValueChartMeter Constructor (String, String, String, StiChartSeriesType)

Initializes a new instance of the StiOpenValueChartMeter class

Namespace:  Stimulsoft.Dashboard.Components.Chart
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiOpenValueChartMeter(
	string key,
	string expression,
	string label,
	StiChartSeriesType seriesType
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiOpenValueChartMeter.#ctor(System.String,System.String,System.String,Stimulsoft.Dashboard.Components.Chart.StiChartSeriesType)"]

expression
Type: SystemString

[Missing <param name="expression"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiOpenValueChartMeter.#ctor(System.String,System.String,System.String,Stimulsoft.Dashboard.Components.Chart.StiChartSeriesType)"]

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiOpenValueChartMeter.#ctor(System.String,System.String,System.String,Stimulsoft.Dashboard.Components.Chart.StiChartSeriesType)"]

seriesType
Type: Stimulsoft.Dashboard.Components.ChartStiChartSeriesType

[Missing <param name="seriesType"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiOpenValueChartMeter.#ctor(System.String,System.String,System.String,Stimulsoft.Dashboard.Components.Chart.StiChartSeriesType)"]

See Also