Version

SeriesLayerPropertyOverlay Class Members

The following tables list the members exposed by SeriesLayerPropertyOverlay.

Public Constructors
Public Properties
 NameDescription
Public PropertyCurrentValuePropertyNameGets or sets the property from which to get the current value, if different from property name.  
Public PropertyInternalPropertyName  
Public PropertyIsAlwaysAppliedGets or sets whether this property overlay should be applied to the source or target even if the source property wasn't mutated.  
Public PropertyIsSourceOverlayGets or sets whether this property overlay targets the source series instead of the current layer while the layer is present.  
Public PropertyPropertyNameGets or sets the property to overlay on the series or series layer.  
Public PropertyValueGets or sets the value to overlay on the series or series layer.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetCurrentValuePropertyNameResets the CurrentValuePropertyName property to its default value.  
Public MethodResetIsAlwaysAppliedResets the IsAlwaysApplied property to its default value.  
Public MethodResetIsSourceOverlayResets the IsSourceOverlay property to its default value.  
Public MethodResetPropertyNameResets the PropertyName property to its default value.  
Public MethodResetValueResets the Value property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodOnPropertyUpdatedUsed to invoke the PropertyUpdated event.  
Protected MethodOnValueResolvingUsed to invoke the ValueResolving event.  
Protected MethodShouldSerializeCurrentValuePropertyNameIndicates if the CurrentValuePropertyName property needs to be serialized.  
Protected MethodShouldSerializeIsAlwaysAppliedIndicates if the IsAlwaysApplied property needs to be serialized.  
Protected MethodShouldSerializeIsSourceOverlayIndicates if the IsSourceOverlay property needs to be serialized.  
Protected MethodShouldSerializePropertyNameIndicates if the PropertyName property needs to be serialized.  
Protected MethodShouldSerializeValueIndicates if the Value property needs to be serialized.  
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property value is changed.  
Public EventPropertyUpdatedEvent raised when a property value is changed.  
Public EventValueResolving  
See Also