Version 24.2 (latest)

SeriesLayerPropertyOverlay Class Properties

For a list of all members of this type, see SeriesLayerPropertyOverlay members.

Public Properties
 NameDescription
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyCurrentValuePropertyNameGets or sets the property from which to get the current value, if different from property name.  
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 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 PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
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.  
Protected Properties
 NameDescription
Protected PropertyCheckDirty  
See Also