-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Legend has IsVisible
| public bool IsVisible { get; set; } = true; |
and if it's false it should return immediately inside the render method
ScottPlot/src/ScottPlot5/ScottPlot5/Legends/StandardLegend.cs
Lines 29 to 31 in 1a4568c
| public void Render(RenderPack rp) | |
| { | |
| LegendItem[] items = rp.Plot.Plottables.SelectMany(x => x.LegendItems).ToArray(); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels