ColorFormatting.ConvertBar Method

Krypton OutlookGrid

ColorFormattingConvertBar Method
Krypton OutlookGrid v1.6.0
Returns the percentage value for a Bar formatting.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public static double ConvertBar(
	double value,
	double min,
	double max
)
Public Shared Function ConvertBar ( 
	value As Double,
	min As Double,
	max As Double
) As Double

Parameters

value
Type: SystemDouble
The value.
min
Type: SystemDouble
The minimum.
max
Type: SystemDouble
The maximum.

Return Value

Type: Double

[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting.ColorFormatting.ConvertBar(System.Double,System.Double,System.Double)"]

See Also