-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Question: Is it possible to have horizontal axis line ignored by AutoScaleY ?
ScottPlot Version: 5.0.36
Version 4 provides a flag that allows the drawing of an horizontal axis line to be ignored by autoscale:
var hline = WP.Plot.AddHorizontalLine(0, color: System.Drawing.Color.DimGray, width: 1, style: LineStyle.Solid);
hline.IgnoreAxisAuto = true;
WP.Plot.AxisAutoY();V5 documentation does not mention anything like that for HorizontalLine. I checked the API and couldn't find anything obvious.
PS: performance improvement on V5 is amazing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels