IReactivePlotAdapterFactory.Create(PlotSeriesKey, PlotType) method¶
Defined in
Type: IReactivePlotAdapterFactory
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
IReactivePlotAdapter Create(PlotSeriesKey key, PlotType plotType)
Summary: Creates an adapter for the supplied series key and plot type.
Parameters
| Name | Type | Description |
|---|---|---|
key | [PlotSeriesKey](# | The stable series key. |
plotType | [PlotType](# | The ScottPlot-backed plot type. |
Returns: IReactivePlotAdapter -- A plot adapter.