A forum dedicated to WinForms version of LightningChart Ultimate.
Moderator: Arction_LasseP
-
greggorob64
- Posts: 183
- Joined: Tue Mar 18, 2014 2:55 pm
Post
by greggorob64 » Fri Apr 04, 2014 3:57 pm
I have 5 stacked intensitygrids on a single X axis (shown below)
The Vertical ranges are not equal, some span longer distances than others. I havent been able to find the mechanism to make some graph areas larger than others. Is is possible? My goal is to have a graph that covers twice the range to be twice as tall.
Thanks!

-
ArctionPasi
- Posts: 1366
- Joined: Tue Mar 26, 2013 10:57 pm
- Location: Finland
Post
by ArctionPasi » Fri Apr 04, 2014 4:51 pm
All the Y axes have equal height withing the same chart object. To make different height axes, you need placing two charts. Margins you can remove so they pretty much look they are one. Of course you'll need to a LineSeriesCursor for both charts, and in movement event handler of the LineSeriesCursor, move also the other chart's LineSeriesCursor X position.
LightningChart Support Team, PT
-
greggorob64
- Posts: 183
- Joined: Tue Mar 18, 2014 2:55 pm
Post
by greggorob64 » Fri Apr 04, 2014 7:30 pm
Could you think of any performance penalties for having 1 chart with 5 surfaces vs 5 charts for 5 surfaces?
-
ArctionPasi
- Posts: 1366
- Joined: Tue Mar 26, 2013 10:57 pm
- Location: Finland
Post
by ArctionPasi » Fri Apr 04, 2014 8:15 pm
There will be a performance hit. It's more efficient to use only one chart.
LightningChart Support Team, PT