Search found 12 matches

by aelbuz
Wed Jan 24, 2024 12:12 pm
Forum: LightningChart Feature Requests
Topic: Library migration to .NET 6 / .NET 8
Replies: 1
Views: 547

Library migration to .NET 6 / .NET 8

Hi,

Are there any plans for migrating/targeting LightningChart library to .NET 6 or .NET 8?
by aelbuz
Mon Dec 25, 2023 8:48 am
Forum: LightningChart Ultimate WPF
Topic: Getting the current YAxisSegment on mouse move
Replies: 2
Views: 1315

Getting the current YAxisSegment on mouse move

Hi, Is it possible to get the current YAxisSegment or segment index on chart mouse move event or somewhere? I have multiple segmented Y axes with 1 point series each and have only one annotation (not for each series or Y axes) in the chart. So I need to find the segment the mouse is over and show th...
by aelbuz
Tue Nov 28, 2023 9:16 am
Forum: LightningChart Feature Requests
Topic: Memory<T> and Span<T>
Replies: 7
Views: 21917

Re: Memory<T> and Span<T>

Hi Kestutis, Of course the benefit of ArraySegment<T> is memory optimization, because of the array pooling. Also, as you mentioned in your post, these memory opitimized series can render only lines, not points. We need to show points via PointLineSeries and FreeformPointLineSeries in our application...
by aelbuz
Mon Nov 27, 2023 11:45 am
Forum: LightningChart Ultimate WPF
Topic: DraggedByUser event for ConstantLine
Replies: 1
Views: 8507

DraggedByUser event for ConstantLine

Hi, Are there any events in ConstantLine in order to get user drag operation, like LineSeriesCursor 's DraggedByUser event? ConstantLine 's ValueChanged event is triggered both user drag and set value. So I'm using a boolean value for preventing ValueChanged event, when user dragged the ConstantLine...
by aelbuz
Mon Nov 27, 2023 8:38 am
Forum: LightningChart Feature Requests
Topic: Memory<T> and Span<T>
Replies: 7
Views: 21917

Re: Memory<T> and Span<T>

Hi,

It's been 2 years since the first post but are there any progress or development about this feature? It would be great if the charts support Span<T> and Memory<T>, or at least ArraySegment<T>.

Thanks.
by aelbuz
Thu Oct 12, 2023 12:44 pm
Forum: LightningChart Ultimate WPF
Topic: Exception if ValueRangePalette steps are more than 6
Replies: 2
Views: 7904

Re: Exception if ValueRangePalette steps are more than 6

When I started my application, I see an InvalidOperationException on the Output (debug) panel in my Visual Studio. Because the InvalidOperationException is disabled in Visual Studio by default, I just see the message on the debug window until I enable it from Exception Settings panel. Of course this...
by aelbuz
Wed Oct 11, 2023 9:16 am
Forum: LightningChart Ultimate WPF
Topic: Exception on remote desktop connection
Replies: 3
Views: 9238

Re: Exception on remote desktop connection

Hi Kestutis, Thanks for the answer. I forgot to say that I'm using .NET 6 in my project. Also I'm not using System.ComponentModel.Composition package in my application but LightningChart does. So do you have any thoughts that there might be an incompatibility between .NET 6 and .NET Framework? Regar...
by aelbuz
Wed Oct 11, 2023 8:57 am
Forum: LightningChart Ultimate WPF
Topic: Exception if ValueRangePalette steps are more than 6
Replies: 2
Views: 7904

Exception if ValueRangePalette steps are more than 6

Hi, I'm using LightningChart 10.3.2.2 with non-bindable WPF in a .NET 6 project and I get an exception when defining more than 6 steps in ValueRangePalette for IntensityGridSeries . This issue can also be reproducable on the "Vertically scrolling palette-colored spectrogram" demo in the in...
by aelbuz
Mon Oct 09, 2023 7:30 am
Forum: LightningChart Ultimate WPF
Topic: Exception on remote desktop connection
Replies: 3
Views: 9238

Exception on remote desktop connection

Hi, I'm using LightningChart 10.3.2.2 with non-bindable WPF and I got an issue on remote desktop connection, but I'm not sure what is wrong, so I will explain my scenario: I have a polar chart that acts like a speedometer: Have one AnnotationPolar that looks like a needle, and one AxisPolar (not the...
by aelbuz
Mon Oct 09, 2023 7:16 am
Forum: LightningChart Feature Requests
Topic: GrabPadding on ConstantLine
Replies: 2
Views: 8943

Re: GrabPadding on ConstantLine

Nice solution! Thank you so much for the workaround.

The solution may get more complicated if I need more than one ConstantLine (in my example 4 or 5), but it's still the best solution I've ever heard.

Thanks again.
by aelbuz
Fri Sep 15, 2023 2:11 pm
Forum: LightningChart Feature Requests
Topic: GrabPadding on ConstantLine
Replies: 2
Views: 8943

GrabPadding on ConstantLine

Hi,

Is it possible to add GrabPadding property to ConstantLine? LineSeriesCursor has this feature and it's very useful especially for thin lines.

Thanks.