Version

DataContext Class Members

The following tables list the members exposed by DataContext.

Public Constructors
 NameDescription
Public ConstructorDataContext ConstructorInitializes a new DataContext.  
Public Properties
 NameDescription
Public PropertyActualItemBrushGets the actual resolved brush in use for the item that is in context.  
Public PropertyItemGets the item that is in context.  
Public PropertyItemBrushGets the potential brush in usage for the item in context.  
Public PropertyItemLabelGets the label in use for the item in context, if available.  
Public PropertyLegendLabelGets the legend label to use for the item in context, if available.  
Public PropertyOpacityGets or sets the opacity of the item  
Public PropertyOutlineGets the outline in use for the item in context.  
Public PropertySeriesThe series associated with the data context.  
Public PropertyThicknessGets the thickness of the item in context.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed.  
Public Events
 NameDescription
Public EventPropertyChangedInvoked when a property of the object has been changed.  
See Also