Search found 12 matches

by Niels Decker
Thu Feb 22, 2024 6:42 am
Forum: LightningChart Ultimate WinForms
Topic: Copy to clipboard as EMF: Graphs missing
Replies: 1
Views: 213

Copy to clipboard as EMF: Graphs missing

I have a question about the LightningChart.CopyToClipboardAsEmf() function. It seems that sometimes the complete graphs are missing if they have too many points* if you choose to use that function with the export format EMF. The same view area can be exported to other formats (PNG, JPG, BMP) without...
by Niels Decker
Thu Aug 18, 2022 11:55 am
Forum: LightningChart Ultimate WPF
Topic: Legend Layout
Replies: 6
Views: 11775

Re: Legend Layout

Since much time has passed in the meantime, I reopen this question: Is a LegendBox somehow configurable (especially scrollable)?
Niels
by Niels Decker
Wed May 04, 2022 6:16 am
Forum: LightningChart Ultimate WinForms
Topic: Recoloring a series in background charts
Replies: 2
Views: 3353

Re: Recoloring a series in background charts

In the meantime I have found a solution. It was my error, not an error in LightningChart. Thanks to the support team for the direct help.

Niels
by Niels Decker
Mon May 02, 2022 6:27 am
Forum: LightningChart Ultimate WinForms
Topic: Recoloring a series in background charts
Replies: 2
Views: 3353

Recoloring a series in background charts

Hi, I have the following problem: My application has multiple charts on multiple tabs, therefore it has only one active tab at a time (the one that you can see). I want to change the color of a series in the active chart *and* to change it in the other tabs/charts too if it is present. My code works...
by Niels Decker
Fri Mar 25, 2022 7:31 am
Forum: LightningChart Ultimate WinForms
Topic: Custom context menu plus dragging a chart
Replies: 2
Views: 3343

Re: Custom context menu plus dragging a chart

I thought about it again. The best would be a function like in windows file explorer: holding the right mouse button down on a file allows dragging the file, releasing the button opens the context menu. Transferred to LightningChart: holding the right mouse button down allows dragging, releasing the...
by Niels Decker
Thu Mar 24, 2022 2:12 pm
Forum: LightningChart Ultimate WinForms
Topic: Custom context menu plus dragging a chart
Replies: 2
Views: 3343

Custom context menu plus dragging a chart

Right-clicking (and keeping the right mouse button pressed) on a chart area allows me to drag the chart (surely a LightningChart functionality). When I add a WinForms ContextMenuStrip (plus several ToolStripMenuItems etc. as children) plus an event handler function, a right click opens that context ...
by Niels Decker
Mon Jan 24, 2022 10:32 am
Forum: LightningChart Ultimate WinForms
Topic: Hide and show a point from a PointLineSeries
Replies: 1
Views: 3363

Hide and show a point from a PointLineSeries

What is the preferred way to temporarily hide a point from a PointLineSeries? Setting the points color to transparent does not really work as the point is invisible but still gets considered for the graph generation. Removing the point from the series seems to be the only way, but I also want to be ...
by Niels Decker
Fri Jan 14, 2022 7:45 am
Forum: LightningChart Ultimate WinForms
Topic: Segment heights and minimum fixed value
Replies: 3
Views: 4594

Re: Segment heights and minimum fixed value

And what exactly is chart.ViewXY.GetGraphSegmentInfo().GraphHeight in a segmented axis layout? What does the value represent and what unit is it in?
by Niels Decker
Thu Jan 13, 2022 9:36 am
Forum: LightningChart Ultimate WinForms
Topic: Segment heights and minimum fixed value
Replies: 3
Views: 4594

Segment heights and minimum fixed value

Hi, I have the following problem with segment heights: I have a layout of three segments (A, B, C) with their heights being 0.05, 1, 1. All of the heights are of course relative values, not fixed ones. What I want is to assign a fixed minimum value (preferably in pixels) to segment A. I assume that ...
by Niels Decker
Mon Jan 10, 2022 7:30 am
Forum: LightningChart Ultimate WinForms
Topic: Chart events vs. annotation events
Replies: 3
Views: 4504

Re: Chart events vs. annotation events

Hi Lasse, the second approach works very well (except that it is IsMouseOver() instead of IsPositionOver()), thanks very much! I didn't test the first approach.

Best regards
Niels
by Niels Decker
Mon Dec 20, 2021 10:03 am
Forum: LightningChart Ultimate WinForms
Topic: Chart events vs. annotation events
Replies: 3
Views: 4504

Chart events vs. annotation events

Hi, I have a chart with several annotations (among other stuff), and I want to catch the events of right-clicking on the chart and right-clicking on an annotation. Each right-click should be handled by its own event handler function. This works for the right-click on the chart, but does not work for...
by Niels Decker
Tue Nov 23, 2021 2:30 pm
Forum: LightningChart Ultimate WinForms
Topic: LineSeriesCursor and Z
Replies: 1
Views: 1751

LineSeriesCursor and Z

Is it possible to assign an individual Z order to LineSeriesCursors, so that they run behind one graph but above another? I could only find the "behind" property that positions the LineSeriesCursor at the very front or at the very back.

Regards
Niels