The following tables list the members exposed by DataContext.
Name | Description | |
---|---|---|
DataContext Constructor | Initializes a new DataContext. |
Name | Description | |
---|---|---|
ActualItemBrush | Gets the actual resolved brush in use for the item that is in context. | |
Item | Gets the item that is in context. | |
ItemBrush | Gets the potential brush in usage for the item in context. | |
ItemLabel | Gets the label in use for the item in context, if available. | |
LegendLabel | Gets the legend label to use for the item in context, if available. | |
Opacity | Gets or sets the opacity of the item | |
Outline | Gets the outline in use for the item in context. | |
Series | Gets the series that is in context. | |
Thickness | Gets the thickness of the item in context. |
Name | Description | |
---|---|---|
Reset | Resets all the properties to their default values | |
ResetActualItemBrush | Resets the ActualItemBrush property to its default value. | |
ResetItem | Resets the Item property to its default value. | |
ResetItemBrush | Resets the ItemBrush property to its default value. | |
ResetItemLabel | Resets the ItemLabel property to its default value. | |
ResetLegendLabel | Resets the LegendLabel property to its default value. | |
ResetOpacity | Resets the Opacity property to its default value. | |
ResetOutline | Resets the Outline property to its default value. | |
ResetSeries | Resets the Series property to its default value. | |
ResetThickness | Resets the Thickness property to its default value. |
Name | Description | |
---|---|---|
OnPropertyChanged | Used to invoke the PropertyChanged event. | |
ShouldSerializeActualItemBrush | Indicates if the ActualItemBrush property needs to be serialized. | |
ShouldSerializeItem | Indicates if the Item property needs to be serialized. | |
ShouldSerializeItemBrush | Indicates if the ItemBrush property needs to be serialized. | |
ShouldSerializeItemLabel | Indicates if the ItemLabel property needs to be serialized. | |
ShouldSerializeLegendLabel | Indicates if the LegendLabel property needs to be serialized. | |
ShouldSerializeOpacity | Indicates if the Opacity property needs to be serialized. | |
ShouldSerializeOutline | Indicates if the Outline property needs to be serialized. | |
ShouldSerializeSeries | Indicates if the Series property needs to be serialized. | |
ShouldSerializeThickness | Indicates if the Thickness property needs to be serialized. |
Name | Description | |
---|---|---|
PropertyChanged | Indicates that a property has changed. |