HeatMap/IntensityGridSeries Data

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
Ramajayam
Posts: 11
Joined: Mon Feb 10, 2014 12:21 pm

HeatMap/IntensityGridSeries Data

Post by Ramajayam » Sun Feb 16, 2014 3:58 pm

Hi,
I have one LightningChartUltimate instance with ViewXY.
1. Added Maps to this instance (for the above ViewXY, XAxis and YAxis)
2. Added IntensityGridSeries (this also refers the same above ViewXY, XAxis and YAxis) (With XY range from 0 to 5)

Now the problem is:
When I double click on the control, it automatically sets the x-y range (0-5) to show the Intensity grid data i.e heat map. Why this behavior?
I unable to view the Full map. Whenever I try to Pan, it resets with range (0-5) to display the heap map.

Any one can help me?
Thanks

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

Re: HeatMap/IntensityGridSeries Data

Post by ArctionPasi » Mon Feb 17, 2014 7:53 am

The chart is probably making a FitView operation. It does that when with default ZoomPanOptions if you rectangle-zoom from right to left. In double-click, your mouse is probably moving from right to left. You can disable FitView operation by setting ZoomPanOptions.RightToLeftMouseButtonAction = Off.
LightningChart Support Team, PT

Post Reply