Search found 6 matches

by giryhepai
Tue May 21, 2019 2:47 pm
Forum: LightningChart Ultimate WPF
Topic: LegendBox Programmatically Select/Deselect Series
Replies: 3
Views: 7923

Re: LegendBox Programmatically Select/Deselect Series

I like the idea you're presenting, although it doesn't actually help me.

Thanks for the suggestions,
giryhepai
by giryhepai
Mon May 20, 2019 2:04 pm
Forum: LightningChart Ultimate WPF
Topic: LegendBox Programmatically Select/Deselect Series
Replies: 3
Views: 7923

LegendBox Programmatically Select/Deselect Series

Hi all,

Is there any way I can programmatically Select/Deselect a series in the LegendBox?

For example:
Series1 - Checked
Series2 - Checked
HiddenSeriesByDefault - Unchecked

Best regards,
giryhepai
by giryhepai
Mon May 20, 2019 12:47 pm
Forum: LightningChart Ultimate WPF
Topic: Tooltip for series
Replies: 2
Views: 4668

Re: Tooltip for series

That was exactly what I was looking for.

Thanks a lot!
by giryhepai
Fri May 17, 2019 2:07 pm
Forum: LightningChart Ultimate WPF
Topic: Tooltip for series
Replies: 2
Views: 4668

Tooltip for series

Hi, I'm trying to display some kind of tooltip for series: when the user hovers a series -> display the name of the series (close to mouse cursor would be nice) . Some context: - I use multiple(up to 12000) FreeformPointLineSeries, each of them have 50 points (X: 1..50) - I tried to accomplish this ...
by giryhepai
Thu May 16, 2019 2:20 pm
Forum: LightningChart Ultimate WPF
Topic: Legend with grouped series
Replies: 2
Views: 4493

Re: Legend with grouped series

Hi LasseP,

This was exactly what I was looking for.

Worked like a charm!

Thanks a bunch,
giryhepai
by giryhepai
Thu May 16, 2019 10:30 am
Forum: LightningChart Ultimate WPF
Topic: Legend with grouped series
Replies: 2
Views: 4493

Legend with grouped series

Hi everyone, I have a Chart with FreeformPointLineSeries. My representation of data is like this: Serie1: ColorCode1, XYCoordinates1 Serie2: ColorCode2, XYCoordinates2 Serie3: ColorCode3, XYCoordinates3 Serie4: ColorCode4, XYCoordinates4 Serie5: ColorCode1, XYCoordinates5 Serie6: ColorCode2, XYCoord...