Click or drag to resize

StiTickBaseCheckTickValue Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.Gauge.Primitives.StiTickBase.CheckTickValue(System.Single[],System.Single[],System.Double,System.Int32)"]

Namespace:  Stimulsoft.Report.Components.Gauge.Primitives
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected bool CheckTickValue(
	float[] skipValues,
	float[] skipIndices,
	double key,
	int value
)

Parameters

skipValues
Type: SystemSingle

[Missing <param name="skipValues"/> documentation for "M:Stimulsoft.Report.Components.Gauge.Primitives.StiTickBase.CheckTickValue(System.Single[],System.Single[],System.Double,System.Int32)"]

skipIndices
Type: SystemSingle

[Missing <param name="skipIndices"/> documentation for "M:Stimulsoft.Report.Components.Gauge.Primitives.StiTickBase.CheckTickValue(System.Single[],System.Single[],System.Double,System.Int32)"]

key
Type: SystemDouble

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.Components.Gauge.Primitives.StiTickBase.CheckTickValue(System.Single[],System.Single[],System.Double,System.Int32)"]

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Components.Gauge.Primitives.StiTickBase.CheckTickValue(System.Single[],System.Single[],System.Double,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.Components.Gauge.Primitives.StiTickBase.CheckTickValue(System.Single[],System.Single[],System.Double,System.Int32)"]

See Also