2 Charts

Need help in implementing some specific function to your LightningChart Ultimate powered application? Post a question and get code snippets from other LightningChart Ultimate community members.

Moderator: Queue Moderators

Post Reply
chartist
Posts: 8
Joined: Fri Jan 31, 2014 3:37 pm

2 Charts

Post by chartist » Thu Mar 13, 2014 5:43 pm

I need to display 2 charts (one on top of the other).
First chart is XY chart with a number of pointline series on it.
Second chart is 3D with a couple of surfaces.
I would like the X dimension and positioning of both charts to remain correlated as the 3D model is zoomed in/out ,etc.

Any help would be appreciated.

Thanks.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: 2 Charts

Post by ArctionPasi » Thu Mar 13, 2014 6:58 pm

We have the Audio L+R spectrogram example that is pretty close you are looking for probably.

The bottom chart is actually made with 3D chart (orthogonal view from top), and the middle chart with 2D chart view.
Spectrogram chart aligned
Spectrogram chart aligned
spectrogram_alignment.png (97.22 KiB) Viewed 7254 times
You can find the code in this example, see MaximizeViewPort method.
LightningChart Support Team, PT

Post Reply