ArcGIS API for WPF - Library Reference
GraphicsDataSource Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client Namespace : GraphicsDataSource Class


The following tables list the members exposed by GraphicsDataSource.

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)ItemsSourcePropertyIdentifies the ItemsSource dependency property.  
Top

Public Properties

 NameDescription
public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
public PropertyIsSelectedBinding Gets or sets the optional Binding to use for identifying the dependent value the signifies selection.  
public PropertyItemsSource Gets or sets the items source.  
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodRefresh Refreshes data from data source and renders the series.  
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCreateDataPoint Returns a Control suitable for the Series.  
protected MethodGetDataPoint Retrieves the data object corresponding to the object passed as the parameter.  
protected MethodLoadDataPoints Loads the data points.  
protected MethodOnItemsSourceCollectionChanged Called when the items source collection has changed.  
protected MethodOnPropertyChanged (Inherited from System.Windows.DependencyObject)
protected MethodPrepareDataPoint Prepares the data point.  
protected MethodShouldCreateDataPoint Determines whether the datasource should create a data point for the associated item.  
Top

Public Events

 NameDescription
public EventCollectionChanged Occurs when the items list of the collection has changed, or the collection is reset.  
Top

See Also

© ESRI, Inc. All Rights Reserved.