mcash95
mcash95
Page: ` ` ViewModel: `namespace THSDashBoardMobile.Models.ViewModels { public partial class AdminGraphViewModel:ObservableObject { [ObservableProperty] public ObservableCollection regions = new(); [ObservableProperty] public Company company; /* * Graphing properties * these are only...
The cause is when you use references to the LiveCharts Cartesianchart while building the SKCartesianChart. ex ` var skChart = new SKCartesianChart() { Width = 1200, Height=900, Series=new ISeries[] {new...