corrections

This commit is contained in:
Miha Kralj
2024-10-13 11:19:27 -07:00
parent 2236f5f483
commit bbefc72d73
65 changed files with 669 additions and 1087 deletions
-2
View File
@@ -88,7 +88,6 @@ public static class IndicatorExtensions
if (allPoints.Count > 1)
{
if (allPoints.Count < 2) return;
using (Pen defaultPen = new(series.Color, series.Width) { DashStyle = ConvertLineStyleToDashStyle(series.Style) })
@@ -140,7 +139,6 @@ public static class IndicatorExtensions
_ => DashStyle.Solid,
};
}
}