Search found 14 matches

by snOOfy
Mon Mar 12, 2018 8:50 am
Forum: LightningChart Ultimate WPF
Topic: Map line color
Replies: 2
Views: 6045

Re: Map line color

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 :)
by snOOfy
Thu Jan 25, 2018 8:19 am
Forum: LightningChart Ultimate WPF
Topic: Map line color
Replies: 2
Views: 6045

Map line color

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?
by snOOfy
Mon Oct 23, 2017 6:44 am
Forum: LightningChart Ultimate WPF
Topic: Deploying Lightning Chart WPF applications
Replies: 8
Views: 30044

Re: Deploying Lightning Chart WPF applications

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...
by snOOfy
Wed Jul 12, 2017 7:40 am
Forum: LightningChart Ultimate WPF
Topic: Does LightningChart connect to the internet?
Replies: 1
Views: 8683

Does LightningChart connect to the internet?

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...
by snOOfy
Mon Nov 21, 2016 11:46 am
Forum: Updating LightningChart from v.6 to v.7
Topic: InvalidOperationException when closing app
Replies: 9
Views: 59789

Re: InvalidOperationException when closing app

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...
by snOOfy
Tue Sep 13, 2016 7:32 am
Forum: LightningChart Ultimate WPF
Topic: Lock one axis for zoom and pan
Replies: 3
Views: 13359

Re: Lock one axis for zoom and pan

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 :)
by snOOfy
Mon Sep 12, 2016 2:59 pm
Forum: LightningChart Ultimate WPF
Topic: Lock one axis for zoom and pan
Replies: 3
Views: 13359

Lock one axis for zoom and pan

Hi,

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?
by snOOfy
Wed Sep 07, 2016 6:22 am
Forum: LightningChart Ultimate WPF
Topic: Map Image not shown
Replies: 9
Views: 24095

Re: Map Image not shown

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.
by snOOfy
Wed Sep 07, 2016 6:15 am
Forum: LightningChart Ultimate WPF
Topic: Deploying Lightning Chart WPF applications
Replies: 8
Views: 30044

Re: Deploying Lightning Chart WPF applications

Thank you, that fixed the problem. I was missing the DirectXFiles.dll and DirectXInit.dll
by snOOfy
Tue Sep 06, 2016 8:51 am
Forum: LightningChart Ultimate WPF
Topic: Map Image not shown
Replies: 9
Views: 24095

Re: Map Image not shown

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

http://www.arction.com/forum/viewtopic.php?f=16&t=950

is solved.
by snOOfy
Tue Sep 06, 2016 8:45 am
Forum: LightningChart Ultimate WPF
Topic: Deploying Lightning Chart WPF applications
Replies: 8
Views: 30044

Deploying Lightning Chart WPF applications

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...
by snOOfy
Mon Sep 05, 2016 3:29 pm
Forum: LightningChart Ultimate WPF
Topic: Map Image not shown
Replies: 9
Views: 24095

Re: Map Image not shown

Hi,

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?
by snOOfy
Tue Aug 30, 2016 2:57 pm
Forum: LightningChart Ultimate WPF
Topic: Map Image not shown
Replies: 9
Views: 24095

Re: Map Image not shown

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...
by snOOfy
Tue Aug 30, 2016 6:16 am
Forum: LightningChart Ultimate WPF
Topic: Map Image not shown
Replies: 9
Views: 24095

Map Image not shown

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...