feat: add price value to non-WorstOf underlyings end labels

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-28 11:13:56 +02:00
parent 5579915fbc
commit 6454420230

View File

@@ -154,7 +154,7 @@ public static class SkiaChartRendererV2
color = OtherUlColors[otherColorIdx++ % OtherUlColors.Length];
thickness = 1f;
seriesLabel = ul.Sottostante;
endLabel = ul.Sottostante;
endLabel = $"{ul.Sottostante} ({ul.PriceWorst:0.00})";
}
DrawSeriesV2(canvas, plotArea, ulPoints, minDate, maxDate, minY, maxY, color, thickness);