Search found 21 matches

by vrmitch
Thu Aug 20, 2015 8:01 pm
Forum: LightningChart Ultimate WPF
Topic: AxisYTitle.DistanceToAxis doesn't seem to work
Replies: 3
Views: 6958

Re: AxisYTitle.DistanceToAxis doesn't seem to work

That was it - thanks much!
by vrmitch
Wed Aug 19, 2015 3:34 pm
Forum: LightningChart Ultimate WPF
Topic: AxisYTitle.DistanceToAxis doesn't seem to work
Replies: 3
Views: 6958

Re: AxisYTitle.DistanceToAxis doesn't seem to work

I'm uploading a sandbox that demonstrates the problem.
by vrmitch
Wed Aug 19, 2015 2:59 pm
Forum: LightningChart Ultimate WPF
Topic: AxisYTitle.DistanceToAxis doesn't seem to work
Replies: 3
Views: 6958

AxisYTitle.DistanceToAxis doesn't seem to work

Hello, In our implementation of LCU, we have just about everything automatic turned off, including YAxisAutoPlacement (we support thumbs to resize the chart within the canvas). I've seen a few examples where you explain how to set the DistanceToAxis on AxisY.Title, but it doesn't seem to be respecte...
by vrmitch
Fri Jun 26, 2015 3:17 pm
Forum: LightningChart Ultimate WPF
Topic: 3D charts appear stuck...
Replies: 2
Views: 6429

Re: 3D charts appear stuck...

Alright thanks Jari, will hold on for version 7 for that.

Mitch
by vrmitch
Thu Jun 25, 2015 7:26 pm
Forum: LightningChart Ultimate WPF
Topic: 3D charts appear stuck...
Replies: 2
Views: 6429

3D charts appear stuck...

...when rotated all the way up or down. They aren't really stuck, they can be very slowly rotated back with a lot of motion, almost like the input is filtered logarithmically.

I can reproduce this behavior in the samples browser as well.

Is this expected behavior? It seems faulty to me.
by vrmitch
Tue May 19, 2015 12:21 pm
Forum: LightningChart Ultimate WPF
Topic: PreviewLostKeyboardFocus interrupts tab interaction
Replies: 6
Views: 9697

Re: PreviewLostKeyboardFocus interrupts tab interaction

We would prefer to just have this resolved in a future release, hopefully in the near future.
by vrmitch
Mon May 18, 2015 12:55 pm
Forum: LightningChart Ultimate WPF
Topic: PreviewLostKeyboardFocus interrupts tab interaction
Replies: 6
Views: 9697

Re: PreviewLostKeyboardFocus interrupts tab interaction

Confirmed that buttons are not affected, but TabGroup still definitely is.
by vrmitch
Fri May 15, 2015 9:09 pm
Forum: LightningChart Ultimate WPF
Topic: PreviewLostKeyboardFocus interrupts tab interaction
Replies: 6
Views: 9697

PreviewLostKeyboardFocus interrupts tab interaction

Hello, In resolving an issue I found that it is in fact due to handler for PreviewLostKeyboardFocus in LightningChart.WPF.cs, where e.Handled is true if the last key pressed was anything but Tab or a system key. As a result, an instance of LCU in a tab with which a user is interacting via the keyboa...
by vrmitch
Fri Apr 03, 2015 11:58 am
Forum: LightningChart Ultimate WPF
Topic: superscript axis labels
Replies: 2
Views: 6551

Re: superscript axis labels

You are absolutely correct! I've restructured the program to replace the scientific notation superscripts with a caret ^.

Thank you much!
by vrmitch
Wed Apr 01, 2015 3:15 pm
Forum: LightningChart Ultimate WPF
Topic: superscript axis labels
Replies: 2
Views: 6551

superscript axis labels

Hello, When we format axis labels to a string representing a number with a superscript exponent, the spacing and exponent can sometimes render strangely. Sometimes there will be a space between exponent characters, sometimes labels will seemingly have extra spaces after them, and in the end it just ...
by vrmitch
Mon Mar 16, 2015 3:31 pm
Forum: LightningChart Ultimate WPF
Topic: Setting method of "z-order"
Replies: 7
Views: 11327

Re: Setting method of "z-order"

Hello, I'm also running into an issue with this. Frequently AnnotationXY's are behind chart titles, axes, the legend box etc... I was wondering if you had made any progress with this. I would prefer to simply set it to force AnnotationXY's to front over changing and rebuilding from source. Thanks, M...
by vrmitch
Mon Feb 16, 2015 4:01 pm
Forum: LightningChart Ultimate WPF
Topic: Y axis NaN in SampleDataSeries produces vertical bar
Replies: 2
Views: 4793

Y axis NaN in SampleDataSeries produces vertical bar

When a Y value in a SampleDataSeries in a ViewXY is float.NaN, a vertical bar is rendered. Is this intentional behavior? In the meantime to prevent the vertical bar I've programmatically forced values to float.PositiveInfinity, which simply doesn't render anything at that point. I need to support th...
by vrmitch
Mon Dec 15, 2014 6:28 pm
Forum: LightningChart Ultimate WPF
Topic: Dimensions of Annotation3D?
Replies: 2
Views: 5301

Re: Dimensions of Annotation3D?

Resolved this by setting the anchor to bottom right (1,1) and the screen coordinates to the ActualWidth and ActualHeight of the chart.
by vrmitch
Mon Dec 15, 2014 4:45 pm
Forum: LightningChart Ultimate WPF
Topic: Dimensions of Annotation3D?
Replies: 2
Views: 5301

Dimensions of Annotation3D?

Hello, I'm trying to get the actual dimensions (ActualWidth, ActualHeight?) of an Annotation3D so I can explicitly position it in the corner of a chart. How can I get those or another way to force an annotation into a corner? I can't just trial-and-error due to changing contents resizing the annotat...
by vrmitch
Wed Oct 15, 2014 2:52 pm
Forum: LightningChart Ultimate WPF
Topic: LegendBox and SeriesTitleMouse*
Replies: 12
Views: 26436

Re: LegendBox and SeriesTitleMouse*

Patch appears to be a partial fix... I can get it to fire the SeriesTitleMouseMoveOverOn and -Off, but can't seem to fire any of the other events... I've already looked through my other stuff and it doesn't appear to be overriding the click behavior anywhere...
by vrmitch
Fri Oct 10, 2014 2:02 pm
Forum: LightningChart Ultimate WPF
Topic: LegendBox and SeriesTitleMouse*
Replies: 12
Views: 26436

Re: LegendBox and SeriesTitleMouse*

Looking forward to it. Thanks again!
by vrmitch
Fri Oct 10, 2014 12:29 pm
Forum: LightningChart Ultimate WPF
Topic: LegendBox and SeriesTitleMouse*
Replies: 12
Views: 26436

Re: LegendBox and SeriesTitleMouse*

Excellent, thank you!

Is there any possibility of drag/drop support for individual series titles in the future?
by vrmitch
Thu Oct 09, 2014 8:02 pm
Forum: LightningChart Ultimate WPF
Topic: LegendBox and SeriesTitleMouse*
Replies: 12
Views: 26436

Re: LegendBox and SeriesTitleMouse*

It would seem that no matter what I set that to, it still moves the legend by the series titles and doesn't fire the events.
by vrmitch
Thu Oct 09, 2014 6:48 pm
Forum: LightningChart Ultimate WPF
Topic: LegendBox and SeriesTitleMouse*
Replies: 12
Views: 26436

LegendBox and SeriesTitleMouse*

Hello, I'm having difficulties getting the SeriesTitleMouse[anything] events on LegendBoxXY to work. I'm in an MVVM environment so I first tried with commands, then with eventhandlers. The event handlers don't appear to fire. Is there a trick to getting that to work? I have a requirement to allow dr...