Visual Basic (Declaration) | |
---|---|
Public Overloads Sub SelectiveElementDefaults( _ ByVal Low As Double, _ ByVal High As Double, _ ByVal ev As ElementValue, _ ByVal defaultElement As Element _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SelectiveElementDefaults( double Low, double High, ElementValue ev, Element defaultElement ) |
Parameters
- Low
- Low value of the numeric range.
- High
- High value of the numeric range.
- ev
- A numeric element value property.
- defaultElement
- An Element object whose properties will be applied to elements in this series that meet the comparison criteria.