ArcGIS Runtime SDK for WPF - Library Reference
GraphicsDataSource Class Members
See Also  Fields  Properties  Methods  Events
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 PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
public PropertyIsSelectedBindingGets or sets the optional Binding to use for identifying the dependent value the signifies selection.  
public PropertyItemsSourceGets or sets the items source.  
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodEquals (Inherited from System.Windows.DependencyObject)
public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
public MethodRefreshRefreshes data from data source and renders the series.  
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCreateDataPointReturns a Control suitable for the Series.  
protected MethodGetDataPointRetrieves the data object corresponding to the object passed as the parameter.  
protected MethodLoadDataPointsLoads the data points.  
protected MethodOnItemsSourceCollectionChangedCalled when the items source collection has changed.  
protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject)
protected MethodPrepareDataPointPrepares the data point.  
protected MethodShouldCreateDataPointDetermines whether the datasource should create a data point for the associated item.  
Top

Public Events

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

See Also

© ESRI, Inc. All Rights Reserved.