1 instantiation of ChartInterop
Aspire.Dashboard (1)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
83
_chartInteropReference = DotNetObjectReference.Create(new
ChartInterop
(this));
1 reference to ChartInterop
Aspire.Dashboard (1)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
38
private DotNetObjectReference<
ChartInterop
>? _chartInteropReference;