Click or drag to resize

StiRadialTickLabelCustomValue Constructor (Single, String, Single)

Initializes a new instance of the StiRadialTickLabelCustomValue class

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

Parameters

value
Type: SystemSingle

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

text
Type: SystemString

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

offset
Type: SystemSingle

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

See Also