Version

DataContext Class Methods

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

Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetActualItemBrushResets the ActualItemBrush property to its default value.  
Public MethodResetItemResets the Item property to its default value.  
Public MethodResetItemBrushResets the ItemBrush property to its default value.  
Public MethodResetItemLabelResets the ItemLabel property to its default value.  
Public MethodResetLegendLabelResets the LegendLabel property to its default value.  
Public MethodResetOpacityResets the Opacity property to its default value.  
Public MethodResetOutlineResets the Outline property to its default value.  
Public MethodResetSeriesResets the Series property to its default value.  
Public MethodResetThicknessResets the Thickness property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodShouldSerializeActualItemBrushIndicates if the ActualItemBrush property needs to be serialized.  
Protected MethodShouldSerializeItemIndicates if the Item property needs to be serialized.  
Protected MethodShouldSerializeItemBrushIndicates if the ItemBrush property needs to be serialized.  
Protected MethodShouldSerializeItemLabelIndicates if the ItemLabel property needs to be serialized.  
Protected MethodShouldSerializeLegendLabelIndicates if the LegendLabel property needs to be serialized.  
Protected MethodShouldSerializeOpacityIndicates if the Opacity property needs to be serialized.  
Protected MethodShouldSerializeOutlineIndicates if the Outline property needs to be serialized.  
Protected MethodShouldSerializeSeriesIndicates if the Series property needs to be serialized.  
Protected MethodShouldSerializeThicknessIndicates if the Thickness property needs to be serialized.  
See Also