We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a335d5f commit c94dff4Copy full SHA for c94dff4
Create and Edit Charts/Legend/.NET/Legend/Legend/Program.cs
@@ -45,7 +45,7 @@ public static void Main(string[] args)
45
chart.Legend.TextArea.Strikethrough = false;
46
47
//Remove the legend
48
- chart.Legend.LegendEntries[0].IsDeleted = true;
+ chart.Legend.LegendEntries[0].Delete();
49
50
//Set Legend without overlapping the chart
51
chart.Legend.IncludeInLayout = true;
0 commit comments