problem with intensity grid series

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
fredd41
Posts: 113
Joined: Fri Sep 05, 2014 6:46 pm

problem with intensity grid series

Post by fredd41 » Thu Mar 01, 2018 2:00 am

hi

when I attach an intensity grid series to an Y-Axis :

Dim grid = New IntensityGridSeries(chart.ViewXY, XAxis, YAxis)

the grid is one pixel too high

fred
preview2.jpg
preview2.jpg (243.49 KiB) Viewed 8950 times

fredd41
Posts: 113
Joined: Fri Sep 05, 2014 6:46 pm

Re: problem with intensity grid series

Post by fredd41 » Thu Mar 01, 2018 2:02 am

grid.ShowInLegendBox = False
grid.Title.Visible = False
grid.ValueRangePalette = CreatePalette()
grid.FullInterpolation = False
grid.Optimization = IntensitySeriesOptimization.StaticData
grid.LimitYToStackSegment = True
grid.SetRangesXY(0, fileDuration, Y.Minimum, Y.Maximum)
grid.SetSize(NumberOfFrames, SamplesPerFrame)
grid.Tag = New MyTag("3D", Y.Axis.Tag.ToString)
grid.PixelRendering = True
grid.MouseInteraction = False
chart.ViewXY.IntensityGridSeries.Add(grid)

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: problem with intensity grid series

Post by ArctionKestutis » Fri Mar 02, 2018 1:48 pm

Thanks for the report.
Indeed looks like one pixel is lost at the bottom of HeatMap. We will investigate this issue as soon as possible.
If you need/want to cover this pixel, you can set Xaxis.VerticalAlign = Top with AxisThickness >1.

All the best.

fredd41
Posts: 113
Joined: Fri Sep 05, 2014 6:46 pm

Re: problem with intensity grid series

Post by fredd41 » Fri Mar 02, 2018 6:33 pm

works only for the last segment
preview2.jpg
preview2.jpg (113.92 KiB) Viewed 8941 times

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: problem with intensity grid series

Post by ArctionKestutis » Wed May 23, 2018 10:41 am

Hi Frederick,

Issue has been fixed in version 8.3.1.1. Could you confirm the fix?

All the best.

Post Reply