修复默认分割线不显示的问题

This commit is contained in:
monitor1394
2020-09-13 20:32:41 +08:00
parent 81da3af9c4
commit 6219bfad0d
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ namespace XCharts
else
{
var color = theme.axisSplitLineColor;
color.a *= (byte)(color.a * lineStyle.opacity);
color.a = (byte)(color.a * lineStyle.opacity);
return color;
}
}