IntensityGridSeries, Wireframe issue

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
lukoprovandrey
Posts: 29
Joined: Fri Sep 04, 2015 2:30 pm

IntensityGridSeries, Wireframe issue

Post by lukoprovandrey » Fri Jan 20, 2017 2:36 pm

Hi guys,

I use IntensityGridSeries with WireframeType = SurfaceWireframeType.Wireframe. White squares have 0 value. How can I display this squares without borders?

How it looks without borders:
Screenshot_6.png
Screenshot_6.png (6.76 KiB) Viewed 14688 times
expected (something like this :D ):
Screenshot_5.png
Screenshot_5.png (22.48 KiB) Viewed 14688 times

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

Re: IntensityGridSeries, Wireframe issue

Post by ArctionPasi » Sun Jan 22, 2017 7:26 am

Hello.

If you want to have borders (and text) in each cell, I would recommend creating a table of AnnotationXY objects and setting fill color from palette to them.
LightningChart Support Team, PT

lukoprovandrey
Posts: 29
Joined: Fri Sep 04, 2015 2:30 pm

Re: IntensityGridSeries, Wireframe issue

Post by lukoprovandrey » Mon Jan 23, 2017 6:49 am

I use annotations, but when I draw much data it cause of performance problem (when resize, redraw and etc.) It is why I wrote here)

Also, I just need borders, a text is not needed.

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

Re: IntensityGridSeries, Wireframe issue

Post by ArctionPasi » Mon Jan 23, 2017 8:44 am

Hello,

the wireframe of IntensityGridSeries isn't suitable for this kind of border.

Using FreeformPointLineSeries with IndividualPointColoring = true, LineVisible = false, and border shown in the points, may work for you. Fast it is at least... But you'll have to position the points correctly and probably recalculate point size in screen coordinates when resizing the chart.
LightningChart Support Team, PT

lukoprovandrey
Posts: 29
Joined: Fri Sep 04, 2015 2:30 pm

Re: IntensityGridSeries, Wireframe issue

Post by lukoprovandrey » Mon Jan 23, 2017 12:16 pm

Thanks, will try :D

Post Reply