Search found 7 matches

by kDanil
Mon Oct 13, 2014 4:01 pm
Forum: LightningChart Ultimate WinForms
Topic: SeriesEventMarker performance
Replies: 1
Views: 4944

SeriesEventMarker performance

What is the fastest way to draw some text in chart? We use SeriesEventMarkers with MoveByMouse = false, but have a big performance hit. In our application we have aprox. 15000 line series + 12000 text labels (sample application is in attachment). Scrolling and panning performance is poor if we add t...
by kDanil
Thu Sep 25, 2014 12:43 pm
Forum: LightningChart Ultimate WinForms
Topic: Series selection by mouse
Replies: 7
Views: 12772

Re: Series selection by mouse

Thank you for your ideas. We have chart with 15000 series with approximately 10 points in each serie. I'm aware of performance issue in case that we have to add another 15000 series. Because we use only PointLineSeries I think it is much more simple and faster to catch MouseClick on chart and calcul...
by kDanil
Wed Sep 24, 2014 12:54 pm
Forum: LightningChart Ultimate WinForms
Topic: Series selection by mouse
Replies: 7
Views: 12772

Series selection by mouse

Hello, I know that I can use MouseClick event on PointLineSeries to achieve selection or changing the color of series. This event fires only if I click very close to line or above the line. But what if I want to do it more user friendly meaning that I want to set some radius there click will be proc...
by kDanil
Wed Sep 24, 2014 10:02 am
Forum: LightningChart Ultimate WinForms
Topic: Individual major/minor line style
Replies: 23
Views: 299371

Re: Individual major/minor line style

ArctionPasi wrote:ConstantLines have Behind property. Set it to True.

LineSeriesCursors don't have and they are rendered on top of the series.
Ok, thank you, it works.
by kDanil
Wed Sep 24, 2014 9:50 am
Forum: LightningChart Ultimate WinForms
Topic: Individual major/minor line style
Replies: 23
Views: 299371

Re: Individual major/minor line style

Is it possible to draw this ConstantLines with the lowest zindex? In your attachment you can see that line is painted over the marker. Because in my case this lines is part of the chart grid I want to draw this lines in the level of axis grid so other elements (points, lines, markers) will be above ...
by kDanil
Wed Sep 24, 2014 9:35 am
Forum: LightningChart Ultimate WinForms
Topic: Individual major/minor line style
Replies: 23
Views: 299371

Re: Individual major/minor line style

Thank you!
by kDanil
Tue Sep 23, 2014 3:21 pm
Forum: LightningChart Ultimate WinForms
Topic: Individual major/minor line style
Replies: 23
Views: 299371

Individual major/minor line style

Hello,

Thank you for your work.
We tested several chart controls recently and your chart showed the best performance.

But we have not found the option how to set custom style for individual major/minor axis line.

Is it possible?

In our application we use several line styles (dotted, dashed).