ThinkGeo.com    |     Documentation    |     Premium Support

Point Symbol Position Problem

Hi,
I got issue in Point Symbol placement.

PointStyle PMain = new PointStyle(PointSymbolType.Circle, new GeoSolidBrush(GeoColor.FromArgb(255,0,0,255), new GeoPen(GeoColors.Transparent), 3);

I didn’t set any offset or position placement for it.
Please check it what actually problem and how i can resolve it.

Thanks,
Riyaz

Hi Riyas,

Which point in the screen shot shows the problem? I think draw sign on screen shot is helpful to let us know the question.

And if the size is too small, sometimes the location looks incorrect, sometimes that’s caused by the draw on pixel. I am not sure whether the problem you found is because that, but I think you should want to draw the point a little bigger, and draw the points above line.

And if possible a simple sample which can reproduce your problem clearly should be helpful.

Regards,

Ethan