You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Daimonion1980 January 19, 2024
Hello Community.
Maybe someone can give me a hint, why my stroke color is not reflected in the legend.
Please take a look at the screenshot:
And here are the codesnippets, I use to display the series:
ViewModel:
partialvoidOnInitialize(){//temporäre initalisierung einer Achse, des PlotsPlotData=newObservableCollection<ISeries>{newLineSeries<ObservableValue>{Values=plotValue1,Fill=null,GeometrySize=0,Stroke=newSolidColorPaint(SKColors.Red),LineSmoothness=0.3,Name="Drehzahl rpm"}};}
Discussed in #1427
Originally posted by Daimonion1980 January 19, 2024
Hello Community.
Maybe someone can give me a hint, why my stroke color is not reflected in the legend.
Please take a look at the screenshot:
And here are the codesnippets, I use to display the series:
ViewModel:
UserControl:
I found issue 365 but this should already be fixed in 2.0.0-rc2 ?!
Does anybody see the problem?
The text was updated successfully, but these errors were encountered: