Search found 6 matches

by ELBOB
Thu Aug 13, 2020 2:58 pm
Forum: LightningChart Ultimate WinForms
Topic: Marker moved by Cursor not working
Replies: 2
Views: 2747

Re: Marker moved by Cursor not working

Problem Solved. if it can help someone else, I had to add a MouseUp handler AFTER the MovedbyMouse handler in order to force the marker into position. private void Cl1_MouseUp(object sender, MouseEventArgs e) { SeriesEventMarker marker = (SeriesEventMarker)sender; selectedCursor = marker.Tag.ToStrin...
by ELBOB
Thu Aug 13, 2020 1:02 pm
Forum: LightningChart Ultimate WinForms
Topic: Marker moved by Cursor not working
Replies: 2
Views: 2747

Re: Marker moved by Cursor not working

Hello Gentelmen :

Any feedback please on why the markers are not behaving as they should?
A way to force the marker to be in the right location?

Thanks in advance.
by ELBOB
Wed Aug 12, 2020 7:35 am
Forum: LightningChart Ultimate WinForms
Topic: Marker moved by Cursor not working
Replies: 2
Views: 2747

Marker moved by Cursor not working

Hi All : I have a piece of code that is not running properly despite it's a very simple task. Would you please help me to force the marker to be on in the right place after I move the red crossaim marker? After I move the marker, I call "SolveNearestSampleByCoord" to get the nearest sample...
by ELBOB
Fri Jul 10, 2020 9:37 pm
Forum: LightningChart Ultimate WPF
Topic: CopyToClipBoard Transparent Polar Graph
Replies: 1
Views: 3209

CopyToClipBoard Transparent Polar Graph

Hello : Can you please tell me what can be the best way to grab a Polar plot I have in my interface with no background colors (on the chart itself as well on the polar area= Completely transparent "white?") so it become Printer friendly when chart goes from the App to Paper. This was the b...
by ELBOB
Wed May 27, 2020 1:43 am
Forum: LightningChart Ultimate WPF
Topic: Polar Plot Configuration
Replies: 3
Views: 5088

Re: Polar Plot Configuration

Hello Lasse :


This does not seem to be an option available in v6.5.1.4001 ?

Code: Select all

_chart.ViewPolar.Axes[0].AngularAxisAutoDivSpacing = false;
_chart.ViewPolar.Axes[0].AngularAxisMajorDivCount = 4;
is there any other way to do this?

Best Regards.
by ELBOB
Wed May 13, 2020 8:01 pm
Forum: LightningChart Ultimate WPF
Topic: Polar Plot Configuration
Replies: 3
Views: 5088

Polar Plot Configuration

Hello :

I can't configure the angular axis on a polar plot to display values only 4 values, 0,90,180 and 270?
Untitled.png
Untitled.png (67.59 KiB) Viewed 5088 times
Also, please tell me how to remove the angular label "Degrees" from the Chart.