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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user