ChartObserver
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Observers
Summary:
An IObserver collection.
Constructors
// Initializes a new instance of the ChartObserver class.
| Func<ChartObserver, ChartObserver> builder, | // The builder action that configures the observer. |
| Action updateChart, | // A delegate that updates the chart. |
| Action<Object> addToUI, | // A delegate that adds an element to the UI. |
| Action<Object> removeFromUI | // A delegate that removes an element from the UI. |
)
Properties
Gets a value indicating whether the observer is disposed.
Type: Boolean
Type: Boolean
Methods
// Initializes the observers with the current values of the properties they observe.
// Disposes the contained observers.