ConditionValueCreatePercentileValue Method

Spotfire 15.0 API Reference
Creates a ConditionValue containing the specified percentile value.

Namespace:  Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public static ConditionValue CreatePercentileValue(
	double percentile
)

Parameters

percentile
Type: SystemDouble
The percentile value. The value should be between 0 and 100.

Return Value

Type: ConditionValue
The newly created ConditionValue.
Version Information


See Also

Reference