Search found 16 matches

by Matthias Weidmann
Wed Apr 19, 2017 8:20 am
Forum: LightningChart Ultimate WinForms
Topic: FreeformPointLineSeries PointCountLimit Exception
Replies: 9
Views: 31704

Re: FreeformPointLineSeries PointCountLimit Exception

Hello Pasi,

I have attached a sample solution which triggers the exception.

Best regards,
Matthias Weidmann
by Matthias Weidmann
Tue Apr 18, 2017 6:43 am
Forum: LightningChart Ultimate WinForms
Topic: FreeformPointLineSeries PointCountLimit Exception
Replies: 9
Views: 31704

Re: FreeformPointLineSeries PointCountLimit Exception

Hello Arction-Team, with the version 8.0.1.4001 I still get ArgumentOutOfRange exceptions while setting different PointCountLimits. May you have a look at this bug again, if it should be fixed already? Call Stack: FreeformPointLineSeries.HOD(bool A) FreeformPointLineSeries.PointCountLimit.set(int va...
by Matthias Weidmann
Mon Mar 27, 2017 6:36 am
Forum: LightningChart Ultimate WinForms
Topic: NullReferenceException during ScrollPosition set
Replies: 3
Views: 5136

Re: NullReferenceException during ScrollPosition set

Hello Kestutis,

our customer is currently using the version 7.0.2.4018 of the WinForms LCU.
We have plans to release the newest version of LCU, but this will take some additional time.

Best regards,
Matthias
by Matthias Weidmann
Fri Mar 24, 2017 12:48 pm
Forum: LightningChart Ultimate WinForms
Topic: NullReferenceException during ScrollPosition set
Replies: 3
Views: 5136

NullReferenceException during ScrollPosition set

Hello Arction-Team, I got a call from one of our customers which describes an application crash. From the log of our application I can see a lot of NullReferenceException during setting the ScrollPosition of an x-axis. We are adding samples to the series every 100 ms and update the scroll position a...
by Matthias Weidmann
Mon Dec 12, 2016 3:22 pm
Forum: LightningChart Ultimate WinForms
Topic: Error bar location
Replies: 1
Views: 8442

Error bar location

Hello Arction-Team, I have a free form series with a xy view and want to show error bars for each point. I have attached a sample project, which shows, that the error bars are only located at the correct position if the series got a mouse over event. May you figure out, what I missed to configure or...
by Matthias Weidmann
Mon Oct 17, 2016 1:36 pm
Forum: LightningChart Ultimate WinForms
Topic: Legend Box Series Naming
Replies: 2
Views: 10892

Legend Box Series Naming

Hello Arction-Team,

I have edited the name of a series and noticed a strange behavior.
All series starting with a "_" are displayed as a title within the legend box.
See attached image.
Is this behavior intended or a bug?

Best regards,
Matthias Weidmann
by Matthias Weidmann
Fri Aug 26, 2016 12:29 pm
Forum: LightningChart Ultimate WinForms
Topic: FreeformPointLineSeries PointCountLimit Exception
Replies: 9
Views: 31704

Re: FreeformPointLineSeries PointCountLimit Exception

Hello Arction-Team, I have noticed within the bug-fixes, that an ArgumentOutOfRange exception has been fixed concerning Buffers. But with the version 7.1.3 I still get ArgumentOutOfRange exceptions while setting different PointCountLimits. May you have a look at this bug again, if it should be fixed...
by Matthias Weidmann
Fri Aug 26, 2016 7:52 am
Forum: LightningChart Ultimate WinForms
Topic: YAxesLayout.Stacked empty space when deactivate axis
Replies: 7
Views: 22239

Re: YAxesLayout.Stacked empty space when deactivate axis

Hello Acrtion-Team,

for me this sounds like a bug, cause I can not see the benefit of keeping the space empty.
Is it planned to implement this behavior in the future, so that the axes must not be removed to use the empty space?

Best regards,
Matthias Weidmann
by Matthias Weidmann
Thu Aug 25, 2016 1:50 pm
Forum: LightningChart Ultimate WinForms
Topic: ViewXY no x/y-axis message
Replies: 2
Views: 9224

Re: ViewXY no x/y-axis message

Thanks for the fast help!
This is exactly what I was looking for.
by Matthias Weidmann
Thu Aug 25, 2016 11:56 am
Forum: LightningChart Ultimate WinForms
Topic: ViewXY no x/y-axis message
Replies: 2
Views: 9224

ViewXY no x/y-axis message

Hello Arction-Team,

is there a way of hiding or localization of the message displayed if the viewxy does contain no x-/y-axis?

Best regards,
Matthias Weidmann
by Matthias Weidmann
Tue Jul 26, 2016 11:50 am
Forum: LightningChart Ultimate WinForms
Topic: FreeformPointLineSeries PointCountLimit Exception
Replies: 9
Views: 31704

FreeformPointLineSeries PointCountLimit Exception

Hello Arction-Team, I'm getting an ArgumentOutOfRangeException while setting the PointCountLimit of a FreeformPointLineSeries to 1. The call stack point to an Array.Copy. The sourceIndex is less than the lower bound of the first dimension of sourceArray. I haven't added a point to the series before ...
by Matthias Weidmann
Wed Jul 06, 2016 6:07 am
Forum: LightningChart Ultimate WinForms
Topic: Hide AnnotationXY Anchor
Replies: 2
Views: 5135

Re: Hide AnnotationXY Anchor

Thanks for the hit. That works for me!
by Matthias Weidmann
Tue Jul 05, 2016 1:24 pm
Forum: LightningChart Ultimate WinForms
Topic: LegendBox custom grouping
Replies: 1
Views: 4329

LegendBox custom grouping

Hello Action-Team,

is there a way of custom grouping data series within the LegendBox?
Are there any plans for the future to support such a feature?

Sincere regards,
Matthias Weidmann
by Matthias Weidmann
Tue Jul 05, 2016 1:21 pm
Forum: LightningChart Ultimate WinForms
Topic: Hide AnnotationXY Anchor
Replies: 2
Views: 5135

Hide AnnotationXY Anchor

Hello Arction-Team, is there a way of hiding the Anchor of an AnnotationXY? AnnotationXY annotation = new AnnotationXY { Style = AnnotationStyle.Rectangle, LocationCoordinateSystem = CoordinateSystem.ScreenCoordinates, Sizing = AnnotationXYSizing.ScreenCoordinates, MoveByMouse = true, AnchorAdjustBy...
by Matthias Weidmann
Wed Jun 22, 2016 8:40 am
Forum: LightningChart Ultimate WinForms
Topic: ZoomPanOptions.AutoXFit
Replies: 3
Views: 6302

Re: ZoomPanOptions.AutoXFit

Hello Kestutis,

using the ViewXY.ZoomToFit() method works for me to fit the current view.
Also the hint for the zoom behavior is great. Thanks for that!

If new points are added to the view, i'll have to call the ViewXY.ZoomToFit() method once again, right?

Sincere regards,
Matthias Weidmann
by Matthias Weidmann
Tue Jun 21, 2016 11:41 am
Forum: LightningChart Ultimate WinForms
Topic: ZoomPanOptions.AutoXFit
Replies: 3
Views: 6302

ZoomPanOptions.AutoXFit

Hello, I want to display a x-y-chart with different characteristic diagrams. I have added a x and y axis with ValueType set to AxisValueType.Number. Afterwards I have set the ViewXY.ZoomPanOptions.AutoYFit to true and was surprised that the counterpart AutoXFit is missing. Is there another way besid...