diff --git a/.gitignore b/.gitignore
index bf5108d136..77f1d79294 100644
--- a/.gitignore
+++ b/.gitignore
@@ -304,3 +304,4 @@ dev/nuget/nuget.exe
.vscode/tasks.json
tests/data/sample.csproj
src/ScottPlot/ScottPlot.xml
+src/ScottPlot4/ScottPlot/ScottPlot.xml
diff --git a/src/ScottPlot4/ScottPlot/ScottPlot.xml b/src/ScottPlot4/ScottPlot/ScottPlot.xml
index 60829eee2b..26165cb772 100644
--- a/src/ScottPlot4/ScottPlot/ScottPlot.xml
+++ b/src/ScottPlot4/ScottPlot/ScottPlot.xml
@@ -5194,6 +5194,12 @@
Return the point and rotation representing the center of the base of this axis
+
+
+ If true, grid lines will be drawn with anti-aliasing off to give the appearance of "snapping"
+ to the nearest pixel and to avoid blurriness associated with drawing single-pixel anti-aliased lines.
+
+
A "renderable" is any object which can be drawn on the figure.