SelectiveElementDefaults(Double,Double,ElementValue,Element) Method
Applies property settings of the specified default element to elements in this series that are outside the specified numeric range and corresponding numeric element property.
Syntax
'Declaration Public Overloads Sub SelectiveElementDefaults( _ ByVal Low As Double, _ ByVal High As Double, _ ByVal ev As ElementValue, _ ByVal defaultElement As Element _ )
'Usage Dim instance As Series Dim Low As Double Dim High As Double Dim ev As ElementValue Dim defaultElement As Element instance.SelectiveElementDefaults(Low, High, ev, defaultElement)
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.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also