dotnetCHARTING Send comments on this topic.
SelectiveElementDefaults(Double,Double,ElementValue,Element,Boolean) Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class > SelectiveElementDefaults Method : SelectiveElementDefaults(Double,Double,ElementValue,Element,Boolean) Method


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 collection that meet the comparison criteria.
inclusive
Specifies whether to apply the provided element's properties to elements inside or outside the given range.
Applies property settings of the specified default element to elements in this series collection that are outside the specified numeric range and corresponding numeric element property.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SelectiveElementDefaults( _
   ByVal Low As Double, _
   ByVal High As Double, _
   ByVal ev As ElementValue, _
   ByVal defaultElement As Element, _
   ByVal inclusive As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim Low As Double
Dim High As Double
Dim ev As ElementValue
Dim defaultElement As Element
Dim inclusive As Boolean
 
instance.SelectiveElementDefaults(Low, High, ev, defaultElement, inclusive)
C# 
public void SelectiveElementDefaults( 
   double Low,
   double High,
   ElementValue ev,
   Element defaultElement,
   bool inclusive
)

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 collection that meet the comparison criteria.
inclusive
Specifies whether to apply the provided element's properties to elements inside or outside the given range.

See Also

© 2010 All Rights Reserved.