Search found 7 matches

by bcroteau
Wed Dec 10, 2014 11:59 pm
Forum: LightningChart Ultimate How-To's
Topic: Contour labels
Replies: 5
Views: 27273

Contour labels

Is there a way for contour series (IntensityGridSeries) to display values on their contour line? We have a chart which has both a paletted series and a contour series. The contour is of a different set of values than the paletted series like this: contours.jpg Ideally we'd like to have contour label...
by bcroteau
Fri Dec 05, 2014 9:32 pm
Forum: LightningChart Ultimate WPF
Topic: How to exclude series from legendbox
Replies: 3
Views: 6796

Re: How to exclude series from legendbox

This seems to be broken for PolygonSeries...

I'm currently using v.6.3.1 WPF and find that

Code: Select all

polygonSeries.ShowInLegendBox = false;
still shows in the legend box however:

Code: Select all

polygonSeries.Title.ShowInLegendBox = false;
seems to fix the problem...
by bcroteau
Wed Nov 05, 2014 7:59 pm
Forum: LightningChart General Q&A
Topic: Using assembly packs
Replies: 7
Views: 38501

Re: Using assembly packs

I think I may have found a solution to the problem... Step 2.5 of your instructions should read: "Right-click the assembly pack .zip file then click "Properties". In the "General" tab, click the "Unblock" button." It would seem that VS warned me while installi...
by bcroteau
Tue Nov 04, 2014 3:31 pm
Forum: LightningChart Ultimate WinForms
Topic: ViewXY: Legend Box Icons
Replies: 9
Views: 31767

Re: ViewXY: Legend Box Icons

Hi Pasi, Using this technique where we have a set of "dummy" series added to the legend for the sole purpose of displaying the icon correctly we lose some other important aspects of the chart. Most notably we lose the ability to automatically highlight the corresponding series on the chart...
by bcroteau
Tue Nov 04, 2014 2:59 pm
Forum: LightningChart Ultimate WPF
Topic: LegendBox Symbols do not match series
Replies: 1
Views: 5312

LegendBox Symbols do not match series

It would seem that series symbols in the legend are not respecting the aspect ratio of the symbols assigned to the series themselves. Here's an example: Series.png In this case Series 2 has clearly been given a symbol that is elliptical (width=30, height=20) which works correctly on the chart, howev...
by bcroteau
Mon Nov 03, 2014 1:40 pm
Forum: LightningChart General Q&A
Topic: Using assembly packs
Replies: 7
Views: 38501

Re: Using assembly packs

Hi Pasi, I have several other components in my VS toolbox and a reset will force me to "reinstall" all of them... So, instead I simply deleted the tab for LCU then created a new one and added .dlls as per your request. The result was the same... Do you think a full reset will fix this prob...
by bcroteau
Fri Oct 31, 2014 7:49 pm
Forum: LightningChart General Q&A
Topic: Using assembly packs
Replies: 7
Views: 38501

Re: Using assembly packs

Hi all, Sorry if this is a newbie question but I'm having some serious difficulties after "installing" the latest assembly packs... I've followed the procedure in this post upgrading to v.6.2.4 of the assemblies (full installed version is v.6.2.1). After doing this my toolbox now looks lik...