Intersoft.Client.UI.DataVisualization Namespace : DataPointObject Class |
The following tables list the members exposed by DataPointObject.
Name | Description | |
---|---|---|
DataPointObject Constructor |
Name | Description | |
---|---|---|
ActualDependentValueProperty | Identifies the ActualDependentValue dependency property. | |
ActualIndependentValueProperty | Identifies the ActualIndependentValue dependency property. | |
DependentValueProperty | Identifies the DependentValue dependency property. | |
IndependentValueProperty | Identifies the IndependentValue dependency property. |
Name | Description | |
---|---|---|
ActualDependentValue | Gets or sets the actual dependent value displayed in the chart. | |
ActualIndependentValue | Gets or sets the actual independent value. | |
DataContext | Gets or sets a value that indicates the DataContext | |
DependentValue | Gets or sets the dependent value of the Control. | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) | |
IndependentValue | Gets or sets the independent value. |
Name | Description | |
---|---|---|
ClearValue | Clears the local value of a dependency property. (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject) | |
SetValue | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnActualDependentValuePropertyChanged | Called when the value of the ActualDependentValue property changes. | |
OnActualIndependentValuePropertyChanged | Called when the ActualIndependentValue property changes. | |
OnDependentValuePropertyChanged | Called when the DependentValue property changes. | |
OnIndependentValuePropertyChanged | Called when the IndependentValue property changes. |
Name | Description | |
---|---|---|
ActualDependentValueChanged | Event raised when the actual dependent value of the data point is changed. | |
ActualIndependentValueChanged | Occurs when the actual independent value of the data point is changed. | |
DependentValueChanged | This event is raised when the dependent value of the data point is changed. | |
IndependentValueChanged | Called when the independent value of the data point is changed. |