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?
Although this is documented in the user manual I'm still wondering why the required dll files are not automatically added as references to the project (and copied to the binary folder) as soon as you add a chart. This would be the expected behaviour and it works like that with all other libraries an...
Hi, our customer has reported an obscure bug where the application crashes immediately when it is started without the computer being connected to a network. The error signature contains a reference to LightningChart, therefore we suspect a problem with LightningChart trying to connect somewhere: Pro...
Hi, I have the same problem with version 7.1.3.4001. Even in an empty WPF application that only contains a chart in the main window I get the InvalidOperationException when closing the app. I attached the sample solution for analysis. The Problem can be solved by adding Closing += delegate { Process...
Thanks for the quick reply. The two properties are really convenient, maybe you could mention them in the User Manual in chapter 6.21 Zooming and panning
I would like to configure my chart so that the user can zoom and pan the x axis with the mouse, but not the y axis. The y axis should always display the range -0.5 to +0.5. How can I accomplish that?
Thanks for the reply. I could confirm that there are no rendering errors on other computers. As my company PC will be exchanged for a newer model next month I don't have to worry about this.
I use version 7.0. Maybe it's a problem with my graphics card driver. The World Map example application also has this problem (see screenshot). I will try to run the app on a different computer after my other problem
Hi, I would like to deploy my LightningChart test application (containing only an empty chart) to other computers. When I build the application only one dll is copied to the output directory: Arction.Wpf.Charting.LightningChartUltimate.dll When I start the executable on a different computer I get th...
I implemented the annotations as shown in the example. The solution seems to work, but the annotations or part of them disappear at some zoom levels. Is there a way to fix this?
Thanks for your reply. My aim is to visualize GPS data. For that I need a zoomable background image like http://mapsof.net/uploads/static-maps/equirectangular_projection.jpg and additional images of different countries in higher resolution with given Latitude and Longitude range to be shown in the b...
Hi, I am trying to put a world map image in the background of the chart. I copied the following from the map example, but the image is not displayed. What have I done wrong? public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); CreateChart(); } private void CreateCh...