Page 1 of 1

Map line color

Posted: Thu Jan 25, 2018 8:19 am
by snOOfy
Hi, I am using the WorldHigh.md map to display country borders on my chart. Is there any way to change the color and transparency of the country border lines during run time?

Re: Map line color

Posted: Thu Jan 25, 2018 2:06 pm
by ArctionKestutis
Hi,
Yes, please set

Code: Select all

_chart.ViewXY.Maps.LandOptions.LineStyle.Color
The Color structure is formed from the four ARGB components (alpha, red, green, and blue) values. To get transparency effect reduce Alpha value (max=255, min=0).

All the best.

Re: Map line color

Posted: Mon Mar 12, 2018 8:50 am
by snOOfy
Hi,

thanks, that solved my problem.

And sorry for the late reply, I forgot to enable the notification box and then got hung up on other issues :)