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


range
Range of element values.
ev
Element value property.
defaultElement
An Element object whose properties will be applied to elements in this series that meet the comparison criteria.
Applies property settings of the specified default element to elements in this series that are either inside or outside the specified ScaleRange and corresponding DateTime element property.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SelectiveElementDefaults( _
   ByVal range As ScaleRange, _
   ByVal ev As ElementValue, _
   ByVal defaultElement As Element _
) 
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim range As ScaleRange
Dim ev As ElementValue
Dim defaultElement As Element
 
instance.SelectiveElementDefaults(range, ev, defaultElement)
C# 
public void SelectiveElementDefaults( 
   ScaleRange range,
   ElementValue ev,
   Element defaultElement
)

Parameters

range
Range of element values.
ev
Element value property.
defaultElement
An Element object whose properties will be applied to elements in this series that meet the comparison criteria.

See Also

© 2008 All Rights Reserved.