IReactivePlotAdapter interface¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.IReactivePlotAdapter
Modifiers: public abstract
Summary¶
Applies normalized reactive plot updates to a chart-specific plottable.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class IReactivePlotAdapter
class IDisposable {
<>
}
IDisposable <|.. IReactivePlotAdapter
Implements: IDisposable
Properties¶
| Name | Summary |
|---|---|
| Key | Gets the stable series key handled by this adapter. |
| PlotType | Gets the plot type handled by this adapter. |
Methods¶
| Name | Summary |
|---|---|
| Apply | Applies a normalized reactive plot update. |