-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
This is how to remove the grid currently. It works, but it's not intuitive:
ScottPlot.Plot plt = new();
plt.Grids.Clear();Maybe there should be a Plot.Grid that returns the equivalent of GetDefaultGrid()
IGrid should also have an IsVisible property
ScottPlot/src/ScottPlot5/ScottPlot5/Interfaces/IGrid.cs
Lines 6 to 12 in 85e982e
| public interface IGrid | |
| { | |
| bool IsBeneathPlottables { get; set; } | |
| void Render(RenderPack rp); | |
| void Replace(IXAxis xAxis); | |
| void Replace(IYAxis yAxis); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels