Search found 13 matches

by mobusek
Tue Nov 14, 2023 3:08 pm
Forum: LightningChart Ultimate WPF
Topic: Issue using multiple Annotation3D objects
Replies: 4
Views: 9396

Re: Issue using multiple Annotation3D objects

Understood. I was able to use PointLineSeries3D to achieve something that works like a target crosshair. Thank you for the suggestion and all the help!
by mobusek
Fri Nov 10, 2023 3:22 pm
Forum: LightningChart Ultimate WPF
Topic: Issue using multiple Annotation3D objects
Replies: 4
Views: 9396

Re: Issue using multiple Annotation3D objects

I tried that out and realized the problem seems specific to the Target Crosshair feature of the annotation. In our project, I was only showing the crosshair, not the arrow or text bubble part of the annotation. So at first it seemed like the whole annotation wasn't showing up. I attached the source ...
by mobusek
Fri Nov 10, 2023 1:13 pm
Forum: LightningChart Ultimate WPF
Topic: Issue using multiple Annotation3D objects
Replies: 4
Views: 9396

Issue using multiple Annotation3D objects

Hello, I am trying to place two Annotation3D objects on a View3D to mark multiple points on the chart. I was expecting this to work fine because the View3D.Annotations collection is a list, so it seems like I should be able to use multiple annotations at once. After some testing, it seems only one a...
by mobusek
Wed Aug 30, 2023 3:42 pm
Forum: LightningChart Ultimate WPF
Topic: View 3D Data Cursor Functionality
Replies: 2
Views: 8021

Re: View 3D Data Cursor Functionality

Thanks for the feedback. I think the Annotation3D will work great for what we're trying to do. Much appreciated!
by mobusek
Mon Aug 28, 2023 6:37 pm
Forum: LightningChart Ultimate WPF
Topic: View 3D Data Cursor Functionality
Replies: 2
Views: 8021

View 3D Data Cursor Functionality

Hi Arction, I've been experimenting with the new 3D Data Cursor with Point Line Series. My goal was to get functionality similar to the View XY Line Series Cursor, to have one or more fixed cursors on data points in 3D. In our situation, we want to display a View 3D with 3D position data, and a View...
by mobusek
Tue Feb 25, 2020 9:16 pm
Forum: LightningChart Ultimate WPF
Topic: Legend Box Entries are overlapping
Replies: 3
Views: 8228

Re: Legend Box Entries are overlapping

Thank you for the reply. Could multi-line titles in legend boxes be considered for a future version? The chart supports showing multiple lines of different colors in the same AxisY. But the only way to have titles for each line without covering up the data seems to be Legend Boxes. Annotations seem ...
by mobusek
Thu Feb 20, 2020 9:16 pm
Forum: LightningChart Ultimate WPF
Topic: Legend Box Entries are overlapping
Replies: 3
Views: 8228

Legend Box Entries are overlapping

I'm currently setting up the Lightning Chart to use Legend Boxes. One problem I've hit is that the LegendBoxXY doesn't seem to handle when a Line Series Title spans more than one line. The attached image shows this problem. Both signals on each Y Axis have titles that span two lines. However you can...
by mobusek
Wed Jan 29, 2020 4:51 pm
Forum: LightningChart Ultimate WPF
Topic: Displaying multiple X-axis titles
Replies: 1
Views: 3724

Displaying multiple X-axis titles

Occasionally we need to overlap multiple 2D plots. For example I might need to plot Position-X vs Position-Y from DeviceA and overlap Position-X vs Position-Y from DeviceB. The only problem I'm having is how to display the X-axis titles in the best way. For the y-axis titles, I can show something li...
by mobusek
Fri Mar 22, 2019 7:41 pm
Forum: LightningChart Ultimate WPF
Topic: Axis Title alignment issue
Replies: 2
Views: 6939

Re: Axis Title alignment issue

Thank you very much! Your suggestion was very helpful, I believe we've fixed the issue.
by mobusek
Wed Mar 20, 2019 12:42 pm
Forum: LightningChart Ultimate WPF
Topic: Axis Title alignment issue
Replies: 2
Views: 6939

Axis Title alignment issue

Hello, I'm trying to sort through the different Axis Title and Label options to make sure that Axis Titles are aligned. If you look at the image below, you can see the placement of the Y Axis Titles seems determined by that axis' Labels. A longer Label pushes the Title further out. What I'm hoping t...
by mobusek
Thu Feb 28, 2019 2:29 pm
Forum: LightningChart Ultimate WPF
Topic: Axis Titles are rendered late when using Segmented axes
Replies: 2
Views: 8296

Axis Titles are rendered late when using Segmented axes

I've been experimenting with using YAxesLayout.Segmented to handle certain of our use cases. With this axis layout, it seems that the Y axis title is rendered after the line series are plotted. This means for a few moments the chart shows the new data, then it applies the Y axis titles, causing thin...
by mobusek
Wed Apr 25, 2018 2:03 pm
Forum: LightningChart Feature Requests
Topic: MultiColorLine property for 2D Line Series
Replies: 3
Views: 14636

MultiColorLine property for 2D Line Series

The 3D Point Line Series defines a MultiColorLine property which colors the line according to the adjacent data points. I'm hoping that the Lightning Chart could define this for 2D series (Point Line Series, FreeForm Series, etc). In my case, I need to color data points and the line itself a differe...
by mobusek
Tue Mar 27, 2018 2:24 pm
Forum: LightningChart Ultimate WinForms
Topic: Place Line Cursor using a mouse click
Replies: 1
Views: 5153

Place Line Cursor using a mouse click

I'm working on moving our applications to the LightningChart and am hoping to preserve some existing behavior. When the user clicks anywhere on the chart, I want the appropriate Line Series Cursor to move to that location. The problem I'm having is trying to get interpolation to work with this. As I...