SelectiveElementDefaults(ScaleRange,ElementValue,Element,Boolean) Method
Applies property settings of the specified default element to elements in this series that are outside the specified ScaleRange and corresponding DateTime element property.
Syntax
'Declaration Public Overloads Sub SelectiveElementDefaults( _ ByVal range As ScaleRange, _ ByVal ev As ElementValue, _ ByVal defaultElement As Element, _ ByVal inclusive As Boolean _ )
'Usage Dim instance As Series Dim range As ScaleRange Dim ev As ElementValue Dim defaultElement As Element Dim inclusive As Boolean instance.SelectiveElementDefaults(range, ev, defaultElement, inclusive)
public void SelectiveElementDefaults( ScaleRange range, ElementValue ev, Element defaultElement, bool inclusive )
Parameters
- range
- A scale range to compare ele
- ev
- An element value property.
- defaultElement
- An Element object whose properties will be applied to elements in this series that meet the comparison criteria.
- inclusive
- Specifies whether to apply the provided element's properties to elements inside or outside the given range.
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