You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on creating a Range Doppler map (basically a HeatSeries forming a 2D graph of measured amplitudes with Range & Doppler bins on the Y & X axes respectively).
They typically look something like this
I was surprised to find that HeatSeries.PointPadding = new Padding(0) produces little (1px?) borders like this
and that I had to try HeatSeries.PointPadding = new Padding(-1) to get rid of it and have the cells actually seamlessly "touch" one another.
Is there a better way to do this? Like to disable a border or something? I couldn't find anything that seemed better in the API
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on creating a Range Doppler map (basically a HeatSeries forming a 2D graph of measured amplitudes with Range & Doppler bins on the Y & X axes respectively).
They typically look something like this

I was surprised to find that

HeatSeries.PointPadding = new Padding(0)
produces little (1px?) borders like thisand that I had to try

HeatSeries.PointPadding = new Padding(-1)
to get rid of it and have the cells actually seamlessly "touch" one another.Is there a better way to do this? Like to disable a border or something? I couldn't find anything that seemed better in the API
Beta Was this translation helpful? Give feedback.
All reactions