Search found 6 matches

by LiuEE
Tue Jun 23, 2015 1:15 am
Forum: LightningChart Ultimate WPF
Topic: How to show stacked and unstacked bar series in one chart?
Replies: 1
Views: 4943

How to show stacked and unstacked bar series in one chart?

Hello, I am current developing chart with two Y axes each of which may correspond to a different data set and different chart types. Is it possible to show one group of data (for Y axis 1) in bar chart and another group of data (for Y axis 2) in stacked bar chart, in one chart? I tried to use "...
by LiuEE
Wed Feb 11, 2015 3:53 am
Forum: LightningChart Ultimate WPF
Topic: Does Amplitude in viewpolar support showing in logarithmic?
Replies: 3
Views: 6363

Re: Does Amplitude in viewpolar support showing in logarithm

Thank you, ArctionPasi, that would be very helpful.


Regards,
Alex
by LiuEE
Tue Feb 10, 2015 4:01 am
Forum: LightningChart Ultimate WPF
Topic: Does Amplitude in viewpolar support showing in logarithmic?
Replies: 3
Views: 6363

Does Amplitude in viewpolar support showing in logarithmic?

Greetings everyone, I am trying to display "PointLineSeriesPolar" and "AreaSeries" in "ViewPolar". In ViewXY, X or Y axis has a property called "ScaleType" which can be set to either "logarithmic" or "linear". Anyone knows how to do the sam...
by LiuEE
Mon Nov 03, 2014 10:29 pm
Forum: LightningChart Ultimate How-To's
Topic: How to use LegendBox.SeriesTitleMouseDoubleClick event?
Replies: 2
Views: 10151

How to use LegendBox.SeriesTitleMouseDoubleClick event?

Greetings everyone, Is "LegendBox.SeriesTitleMouseDoubleClick" the event that should be fired when I double click one the name of series in the legend box? If yes, how should I invoke the event handler? Currently I did like this: AddHandler chart.ViewXY.LegendBox.SeriesTitleMouseDoubleClic...
by LiuEE
Tue Oct 21, 2014 10:49 pm
Forum: LightningChart Ultimate WPF
Topic: How to change unit in legend box for surface grid/mesh?
Replies: 2
Views: 5258

Re: How to change unit in legend box for surface grid/mesh?

Thanks for your reply, ArctionPasi. It helps me a lot.
by LiuEE
Tue Oct 21, 2014 12:56 am
Forum: LightningChart Ultimate WPF
Topic: How to change unit in legend box for surface grid/mesh?
Replies: 2
Views: 5258

How to change unit in legend box for surface grid/mesh?

Greetings, Is there someone who knows how to set the unit in the legend box for surface grid or mesh? I just start to try lightningchart and I found that intensity grid/mesh has a "LegendBoxUnits" property, but many other types of series, in 2D or 3D, do not have that property. It would be...