Click or drag to resize

StiLinearTickLabelCustomValue Constructor (Single, String)

Initializes a new instance of the StiLinearTickLabelCustomValue class

Namespace:  Stimulsoft.Report.Components.Gauge
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiLinearTickLabelCustomValue(
	float value,
	string text
)

Parameters

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Components.Gauge.StiLinearTickLabelCustomValue.#ctor(System.Single,System.String)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Components.Gauge.StiLinearTickLabelCustomValue.#ctor(System.Single,System.String)"]

See Also