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


Low
Low value of the DateTime range.
High
High value of the DateTime range.
ev
A DateTime element value property.
defaultElement
An Element object whose properties will be applied to elements in this series collection that meet the comparison criteria.
Applies property settings of the specified default element to elements in this series collection that are outside the specified DateTime range and corresponding DateTime element property.

Syntax

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

Parameters

Low
Low value of the DateTime range.
High
High value of the DateTime range.
ev
A DateTime element value property.
defaultElement
An Element object whose properties will be applied to elements in this series collection that meet the comparison criteria.

See Also

© 2010 All Rights Reserved.