Click or drag to resize

StiRadialTickLabelCustomValue Constructor (Single, String, NullableSingle, NullableSingle, NullableStiLabelRotationMode, NullableStiPlacement)

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

Parameters

value
Type: SystemSingle

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

text
Type: SystemString

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

offset
Type: SystemNullableSingle

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

offsetAngle
Type: SystemNullableSingle

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

labelRotationMode
Type: SystemNullableStiLabelRotationMode

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

placement
Type: SystemNullableStiPlacement

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

See Also