You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
373 B

using System.Windows.Forms;
using Geared.Winforms.DynamicAxis;
using LiveCharts;
using LiveCharts.Geared;
using LiveCharts.Wpf;
namespace WinForms.DynamicAxis
{
public partial class DynamicAxisExample : Form
{
private DynamicAxisUnitVm _viewModel = new DynamicAxisUnitVm();
public DynamicAxisExample()
{
InitializeComponent();