The following tables list the members exposed by SeriesLayerPropertyOverlay.
Name | Description | |
---|---|---|
SeriesLayerPropertyOverlay Constructor | Initializes a new SeriesLayerPropertyOverlay. |
Name | Description | |
---|---|---|
CurrentValuePropertyName | Gets or sets the property from which to get the current value, if different from property name. | |
InternalPropertyName | ||
IsAlwaysApplied | Gets or sets whether this property overlay should be applied to the source or target even if the source property wasn't mutated. | |
IsSourceOverlay | Gets or sets whether this property overlay targets the source series instead of the current layer while the layer is present. | |
PropertyName | Gets or sets the property to overlay on the series or series layer. | |
Value | Gets or sets the value to overlay on the series or series layer. |
Name | Description | |
---|---|---|
Reset | Resets all the properties to their default values | |
ResetCurrentValuePropertyName | Resets the CurrentValuePropertyName property to its default value. | |
ResetIsAlwaysApplied | Resets the IsAlwaysApplied property to its default value. | |
ResetIsSourceOverlay | Resets the IsSourceOverlay property to its default value. | |
ResetPropertyName | Resets the PropertyName property to its default value. | |
ResetValue | Resets the Value property to its default value. |
Name | Description | |
---|---|---|
OnPropertyChanged | Used to invoke the PropertyChanged event. | |
OnPropertyUpdated | Used to invoke the PropertyUpdated event. | |
OnValueResolving | Used to invoke the ValueResolving event. | |
ShouldSerializeCurrentValuePropertyName | Indicates if the CurrentValuePropertyName property needs to be serialized. | |
ShouldSerializeIsAlwaysApplied | Indicates if the IsAlwaysApplied property needs to be serialized. | |
ShouldSerializeIsSourceOverlay | Indicates if the IsSourceOverlay property needs to be serialized. | |
ShouldSerializePropertyName | Indicates if the PropertyName property needs to be serialized. | |
ShouldSerializeValue | Indicates if the Value property needs to be serialized. |
Name | Description | |
---|---|---|
PropertyChanged | Event raised when a property value is changed. | |
PropertyUpdated | Event raised when a property value is changed. | |
ValueResolving |