mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
修复默认分割线不显示的问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user