From 41b1b57598f5f0bba1cf5c3ac59d6dd280d636d2 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 18 Jun 2025 18:39:46 -0400 Subject: [PATCH] Add ScottPlot info the Readme --- PortfolioManager/Readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PortfolioManager/Readme.txt b/PortfolioManager/Readme.txt index 720fab3..7b5b36f 100644 --- a/PortfolioManager/Readme.txt +++ b/PortfolioManager/Readme.txt @@ -191,3 +191,11 @@ By following these steps, you can successfully install and use SkiaSharp's nativ + + +Install the ScottPlot.Avalonia NuGet package: This package provides the necessary components to integrate ScottPlot plots into your Avalonia application. +Import the ScottPlot.Avalonia namespace: Add this namespace to your window element in your Avalonia application. +Add an AvaPlot control: Add an AvaPlot element to your layout in your Avalonia application, giving it a unique name. +Plot your data: Use the AvaPlot control to display your data and create various plot types, such as line plots, scatter plots, bar charts, and more. + +https://scottplot.net/quickstart/avalonia/ \ No newline at end of file