Search found 16 matches

by 0uss
Thu Mar 08, 2018 3:03 pm
Forum: LightningChart Ultimate How-To's
Topic: The graphs don't load
Replies: 4
Views: 8159

Re: The graphs don't load

Thank you for your response. I will add those events and try to track the problem. But now I can't reproduce it in DEV environment or on a client system. I think we will have the move earlier to LCU 7 or 8 if the version 6 is not supported anymore. Thank you very much for your help. I will post some...
by 0uss
Wed Mar 07, 2018 1:56 pm
Forum: LightningChart Ultimate How-To's
Topic: The graphs don't load
Replies: 4
Views: 8159

Re: The graphs don't load

Hello, I'm using the following components : Visual Studio 2015 Windows From application .Net Framework 4.0 LightningChart version 6.5.1.4001 C# I know it's not the latest version but moving to version 7 or earlier versions will need too much work (due to many incompatibilities between 6 and 7) for u...
by 0uss
Tue Mar 06, 2018 9:55 pm
Forum: LightningChart Ultimate How-To's
Topic: The graphs don't load
Replies: 4
Views: 8159

The graphs don't load

Hello all, I have a weird problem with some graphs. They don't load in some PCs after deployment (and it happens at random times). After playing with resolution it get back to normal. Can you please help me find the source of this problem? The attached pictures show one normal behavior and one wrong...
by 0uss
Thu Dec 07, 2017 2:55 pm
Forum: LightningChart Ultimate WinForms
Topic: Sunburst chart
Replies: 3
Views: 6784

Re: Sunburst chart

Thank you very much for your reply.
I was wondering if there is anything else I can use?

Thanks.
by 0uss
Wed Dec 06, 2017 5:18 pm
Forum: LightningChart Ultimate WinForms
Topic: Sunburst chart
Replies: 3
Views: 6784

Sunburst chart

Hello Guys,

I was wondering if there is any way to plot a sunburst chart?
Image
https://ibb.co/d1yJnw

Thank you.
by 0uss
Fri Oct 06, 2017 12:38 pm
Forum: LightningChart Ultimate WinForms
Topic: Transparent BACKGROUND
Replies: 2
Views: 8784

Re: Transparent BACKGROUND

Thank you very much for your reply.

Have a nice day :)
by 0uss
Thu Oct 05, 2017 8:58 pm
Forum: LightningChart Ultimate WinForms
Topic: Transparent BACKGROUND
Replies: 2
Views: 8784

Transparent BACKGROUND

Hello everybody, I want to know if there is any way to make charts with transparent background? I'm using this code but it seems that I'm missing something: lightningChartUltimate1.BeginUpdate(); lightningChartUltimate1.Background.Color = Color.Transparent; lightningChartUltimate1.Background.Gradien...
by 0uss
Thu Apr 06, 2017 5:13 pm
Forum: LightningChart Ultimate WinForms
Topic: Best way to plot a Kurtogram
Replies: 2
Views: 4164

Re: Best way to plot a Kurtogram

Thank you for your reply,

finally I've used POLYGONS as you said. It was the easiest way to do it since I don't have big precision to deal with.
Here a printscreen of my latest tests :D

Thank you again and have a nice day.

Image
by 0uss
Wed Apr 05, 2017 8:05 pm
Forum: LightningChart Ultimate WinForms
Topic: Best way to plot a Kurtogram
Replies: 2
Views: 4164

Best way to plot a Kurtogram

Hello guys, As said in the title what is the best way to plot a Kurtogram? I'm looking for a tool like the spectrogram but with distinct bars (and the different bars should be interactive). The first thing I'm thinking of is Horizontal Bars. Is it the best way to do that? https://ibb.co/eHVh3v Thank...
by 0uss
Thu Jan 19, 2017 4:14 pm
Forum: LightningChart Ultimate WinForms
Topic: Cursor precision
Replies: 2
Views: 9922

Re: Cursor precision

Thank you very much for the response. Technically the points doesn't have the same X value. But the cursors tracking points are working with other coordinates. when several data points hit the same coordinate in X dimension, like in this case, it shows the tracking point as the middle point of those...
by 0uss
Tue Jan 17, 2017 5:50 pm
Forum: LightningChart Ultimate WinForms
Topic: Cursor precision
Replies: 2
Views: 9922

Cursor precision

Hello everybody, I have a small problem of accuracy of the cursors . Here is the situation : I have a spectrum and when I use a cursor to get me the nearst point (using a mouse click) the X Axis value is correct but not the Y Axis one. The cursor is not attached to the PEAK value of my linseSerie , ...
by 0uss
Tue May 31, 2016 2:15 pm
Forum: LightningChart Feature Requests
Topic: Vertical constant lines
Replies: 3
Views: 23212

Re: Vertical constant lines

Hi,

I'm interested in the same thing. Did you find a solution to your problem?
I would like to use a simple ConstantLine with some text and no need for all the cursors features in my application.

Thank you.
by 0uss
Tue Apr 19, 2016 3:42 pm
Forum: LightningChart Ultimate WinForms
Topic: BarSeries3D incorrect bar positions
Replies: 5
Views: 8040

Re: BarSeries3D incorrect bar positions

Thank you for your reply, It's precisely the problem I have : I need to color each bar of the same series depending on the value of the bar . But unfortunately that's not possible and Manhattan would work really nice as shown in the samples of LC. So I have to work with each bar individually and tha...
by 0uss
Tue Apr 19, 2016 2:02 pm
Forum: LightningChart Ultimate WinForms
Topic: BarSeries3D incorrect bar positions
Replies: 5
Views: 8040

Re: BarSeries3D incorrect bar positions

Hi again, I've made some progress with my project but I'm still not able to achieve what I want to do. I used all sorts of BarGrouping as suggested and here are all the results I'm having. But my bars are still moving back even if they have the SAME Z Axis value as shown in the code. Using Manhattan...
by 0uss
Mon Apr 18, 2016 6:52 pm
Forum: LightningChart Ultimate WinForms
Topic: BarSeries3D incorrect bar positions
Replies: 5
Views: 8040

Re: BarSeries3D incorrect bar positions

Hi, Thank you very much for your response. Exactly, my problem is that the bars are moving back as X inscreases. In the code there is nothing like that: I'm using the same X value for each 12 bars. And yes I'm positionning each bar individually as shown in my code. I'll take a look at the grouping s...
by 0uss
Mon Apr 18, 2016 5:18 pm
Forum: LightningChart Ultimate WinForms
Topic: BarSeries3D incorrect bar positions
Replies: 5
Views: 8040

BarSeries3D incorrect bar positions

Hi everybody, I'm writing some code to display BarSeries3D in a certain order. I Have multiple series of 12 values that have the same ZAxis coordinate. (Each 12 values are in the same ZAxis coordiante) This is the code I wrote (I used the ExampleHorizontalBars3D.cs as a base I made some modification...