优化LineChart的堆叠区域半透明绘制效果

This commit is contained in:
monitor1394
2020-06-24 09:23:35 +08:00
parent 38213c49e3
commit 3fe2750c04

View File

@@ -1262,6 +1262,7 @@ namespace XCharts
for (int k = 1; k < smoothPoints.Count; k++)
{
to = smoothPoints[k];
if (!IsInRightOrUp(isYAxis, start, to)) continue;
if (serie.animation.CheckDetailBreak(to, isYAxis)) break;
Vector3 tnp, tlp;
if (isYAxis) areaColor = GetYLerpColor(sourAreaColor, areaToColor, to);