Click or drag to resize

StiLinearTickLabelCustomValue Constructor (Single, String, NullableSingle, NullableStiPlacement)

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,
	Nullable<float> offset,
	Nullable<StiPlacement> placement
)

Parameters

value
Type: SystemSingle

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

text
Type: SystemString

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

offset
Type: SystemNullableSingle

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

placement
Type: SystemNullableStiPlacement

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

See Also