Determines whether this style should be applied to a given value.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public bool AppliesTo( double value, double min, double max ) |
Visual Basic |
---|
Public Function AppliesTo ( _ value As Double, _ min As Double, _ max As Double _ ) As Boolean |
Parameters
- value
- Type: System..::..Double
Value to test for.
- min
- Type: System..::..Double
Lower value of the value range to use with conditional formatting.
- max
- Type: System..::..Double
Upper value of the value range to use with conditional formatting.