Version

ChartSelection Class Members

The following tables list the members exposed by ChartSelection.

Public Constructors
 NameDescription
Public ConstructorChartSelection ConstructorInitializes a new ChartSelection.  
Public Properties
 NameDescription
Public PropertyItem  
Public PropertyMatcherIf set, allows for selecting a series bsed on a matcher. This should resolve to a single static series at the time that the chart selection is added to selected items. It will not be re-evaluated while the ChartSelection is in the selected items.  
Public PropertySeries  
Public Methods
 NameDescription
Public MethodEquals  
Public MethodGetHashCode  
Public MethodResetResets all the properties to their default values  
Public MethodResetItemResets the Item property to its default value.  
Public MethodResetMatcherResets the Matcher property to its default value.  
Public MethodResetSeriesResets the Series property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeItemIndicates if the Item property needs to be serialized.  
Protected MethodShouldSerializeMatcherIndicates if the Matcher property needs to be serialized.  
Protected MethodShouldSerializeSeriesIndicates if the Series property needs to be serialized.  
See Also