Click or drag to resize

StiCustomValuesCollectionInsert Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Gauge.Collections.StiCustomValuesCollection.Insert(System.Int32,Stimulsoft.Report.Components.Gauge.StiCustomValueBase)"]

Namespace:  Stimulsoft.Report.Gauge.Collections
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Insert(
	int index,
	StiCustomValueBase element
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Gauge.Collections.StiCustomValuesCollection.Insert(System.Int32,Stimulsoft.Report.Components.Gauge.StiCustomValueBase)"]

element
Type: Stimulsoft.Report.Components.GaugeStiCustomValueBase

[Missing <param name="element"/> documentation for "M:Stimulsoft.Report.Gauge.Collections.StiCustomValuesCollection.Insert(System.Int32,Stimulsoft.Report.Components.Gauge.StiCustomValueBase)"]

See Also