Search found 9 matches

by tingyunwang120
Mon Sep 12, 2022 3:51 pm
Forum: LightningChart Ultimate WinForms
Topic: IntensityMeshSeries setSize adding new data
Replies: 1
Views: 7679

IntensityMeshSeries setSize adding new data

Hi, Hope you are well, and thanks in advance for helping. We are plotting a plot where new data will be created and added to the original plot every second; This is the code CODE: SELECT ALL var gridSeries = Chart.ViewXY.IntensityMeshSeries[0]; gridSeries.SetSize(iSizeX, iSizeY); Where iSizeX and iS...
by tingyunwang120
Fri Jul 29, 2022 1:47 pm
Forum: LightningChart Ultimate WinForms
Topic: Legend padding too big
Replies: 2
Views: 7449

Re: Legend padding too big

Hi,
Thank you very much for the reply.
It is my problem, sorry, it looks like the legend width and ScaleSizeDim2 were set weirdly.
by tingyunwang120
Wed Jul 27, 2022 4:36 pm
Forum: LightningChart Ultimate WinForms
Topic: Legend padding too big
Replies: 2
Views: 7449

Legend padding too big

Hi, I hope you are well. I have a question about the intensity legend; as shown in the below picture, there is always large padding at the bottom; if I align the whole legend in the centre, the large padding would be at both the top and bottom. My question is, how do I minimise the padding? I am try...
by tingyunwang120
Fri Jul 01, 2022 12:15 pm
Forum: LightningChart Ultimate WPF
Topic: Legend position setting
Replies: 8
Views: 3597

Re: Legend position setting

Hi,

That make sense, thank you very much for your time and help, it is been very helpful.
by tingyunwang120
Tue Jun 28, 2022 4:41 pm
Forum: LightningChart Ultimate WPF
Topic: Legend position setting
Replies: 8
Views: 3597

Re: Legend position setting

Thank you very much; this is very helpful. However, while I was implementing, I met another problem. For example, I have a colour map chart (IntensityMeshSeries) with the lowest value of 0, the highest value of 100 and a shared legend with 0 as blue and 100 as red. I then created another colour map ...
by tingyunwang120
Wed Jun 22, 2022 10:25 am
Forum: LightningChart Ultimate WPF
Topic: Legend position setting
Replies: 8
Views: 3597

Re: Legend position setting

Hi,
Thank you for your answer.
However, I don't quite understand "create an empty series as a placeholder for other series".
Do I put the legend in that empty series and somehow access data from other charts?
by tingyunwang120
Tue Jun 21, 2022 10:02 am
Forum: LightningChart Ultimate WPF
Topic: Legend position setting
Replies: 8
Views: 3597

Re: Legend position setting

thanks for your answer, sorry I think I didn't ask properly about my intention.
Is there anyway to have a docking function of the legend box and share it between different charts?
by tingyunwang120
Mon Jun 20, 2022 4:01 pm
Forum: LightningChart Ultimate WPF
Topic: Legend position setting
Replies: 8
Views: 3597

Legend position setting

Hi,
Is there a way to define the position (Top/bottom/right/left) of the legend box rather than dragging it?
by tingyunwang120
Mon Jun 20, 2022 3:57 pm
Forum: LightningChart Ultimate WPF
Topic: Legend box content truncated when resize
Replies: 1
Views: 1200

Legend box content truncated when resize

Hi,
When resizing the legend box smaller, it cut off the content as shown in the picture, I know there is a way of showing the vertical and horizontal bar, but it is still not ideal. Is there any way to make the content auto-fit in the new size of the legend box?