Search found 6 matches

by Martin Schmidt
Fri May 04, 2018 7:25 am
Forum: LightningChart Ultimate WPF
Topic: Order of Series in Legend Box
Replies: 3
Views: 7490

Order of Series in Legend Box

Hello, I have a question regarding the order of series in a legend box. In our case we have multiple series in one chart, one can be a SampleDataSeries, the next can be a PointLineSeries. For our users it's of no interest. They are all named CH1 to CH64 . I want to see the series sorted by their nam...
by Martin Schmidt
Fri Nov 17, 2017 10:50 am
Forum: LightningChart Ultimate WPF
Topic: Problems with Legend Box
Replies: 6
Views: 10724

Re: Problems with Legend Box

Thank you for your reply. I think, I will do it this way but it's not so nice, because it is not unusual that we have multiple series that differ not that much. So this means, sometimes I must zoom in to hit the correct series. This would be more user friendly to handle in the legend box. But for no...
by Martin Schmidt
Thu Nov 16, 2017 3:25 pm
Forum: LightningChart Ultimate WPF
Topic: Problems with Legend Box
Replies: 6
Views: 10724

Re: Problems with Legend Box

Thank you for reproducing and analysing this issue.
by Martin Schmidt
Thu Nov 16, 2017 12:55 pm
Forum: LightningChart Ultimate WPF
Topic: Problems with Legend Box
Replies: 6
Views: 10724

Re: Problems with Legend Box

Ok, I have solved my second issue.
Problem was, I only set LineStyle.Color, I must set Title.Color also. My fault.

But my first issue with the highlighted series still exists.
by Martin Schmidt
Thu Nov 16, 2017 8:53 am
Forum: LightningChart Ultimate WPF
Topic: Problems with Legend Box
Replies: 6
Views: 10724

Problems with Legend Box

Hello, I have some problems with the legend box. Maybe you can help me with my issues ;) . I have some data series and a legend box. The user should be able, to change the color of a series. So I open a color picker dialog when the user clicks on the series title in the legend box. Because legendBox...
by Martin Schmidt
Mon Sep 18, 2017 9:53 am
Forum: LightningChart Ultimate WPF
Topic: Series.Clear() after SampleDataSeries.Add(Series)
Replies: 1
Views: 4458

Series.Clear() after SampleDataSeries.Add(Series)

Hello, first, I like your lightning chart a lot, I think, it's really great. But maybe you can help me with one issue I have. I'm using V8.1.4. and Visual Studio 12.0.40629. I have made the example below. I tried to strip down our real world project to the point, where I have two questions. The exam...