优化Line3D绘制

This commit is contained in:
monitor1394
2024-05-15 13:19:34 +08:00
parent 4e3182edfc
commit 3e8bf7caee
6 changed files with 22 additions and 11 deletions

View File

@@ -557,7 +557,7 @@ namespace XCharts.Runtime
m_EndLabel.SetActive(active);
if (active)
{
var value = serie.context.lineEndValue;
var value = serie.context.lineEndValueY;
var content = SerieLabelHelper.GetFormatterContent(serie, null, value, 0,
endLabelStyle, Color.clear);
m_EndLabel.SetText(content);