https://github.com/amirdoosti6060/oxyplotdemo
A sample code demonstrates how to use OxyPlot and shows its features.
https://github.com/amirdoosti6060/oxyplotdemo
csharp dotnet oxyplot plot
Last synced: about 1 month ago
JSON representation
A sample code demonstrates how to use OxyPlot and shows its features.
- Host: GitHub
- URL: https://github.com/amirdoosti6060/oxyplotdemo
- Owner: amirdoosti6060
- Created: 2024-11-03T11:37:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T11:52:23.000Z (over 1 year ago)
- Last Synced: 2025-02-14T12:35:40.296Z (over 1 year ago)
- Topics: csharp, dotnet, oxyplot, plot
- Language: C#
- Homepage: https://www.linkedin.com/pulse/plotting-c-part-3-oxyplot-amir-doosti-bcbvf
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OxyPlotDemo
## Introduction
This application shows some of the features of **OxyPLot** library.
I've also written an article to in my LinkedIn about LiveCharts2 in the following link:
https://www.linkedin.com/pulse/plotting-c-part-3-oxyplot-amir-doosti-bcbvf
## Structure of soution
The solution contains a WinForm App project which are written in Visual Studio.
## Technology stack
- OS: Windows 10 Enterprise - 64 bits
- IDE: Visual Studio Enterprise 2022 (64 bits) - version 17.2.5
- Framework: .Net 8
- Language: C#
## How to run
Open the solution in Visual Studio and build the project then run it with F5.