Skip to content

Commit

Permalink
Added legend to export
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Dec 18, 2019
1 parent 59d6f43 commit 860be89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project/EveryoneIsJohnTracker/Extensions/FileIOExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
using System.Windows.Media.Imaging;
using EveryoneIsJohnTracker.Models;
using EveryoneIsJohnTracker.Models.Logger;
using LiveCharts;
using LiveCharts.Wpf;
using Microsoft.Win32;
using Newtonsoft.Json;
Expand Down Expand Up @@ -103,6 +104,7 @@ internal static void ExportLiveChart(this ChartModel chart)
{
DataContext = chart,
Series = chart.PlayerSeriesCollection,
LegendLocation = LegendLocation.Top,
DisableAnimations = true,
Width = 1920,
Height = 1080,
Expand Down

0 comments on commit 860be89

Please sign in to comment.