Search found 6 matches

by abdul.qadirdeveloper
Tue Feb 28, 2017 1:57 pm
Forum: LightningChart Ultimate WPF
Topic: Custom Y-Axis Alignment
Replies: 1
Views: 4304

Custom Y-Axis Alignment

My requirement is to align y-axis either left or right, depending on Type of Series Data. for e.g temperature should always align right, energy should always align left. I already set Y-Axis alignment to right, but they all are still aligned to left. previously in version 5x I could set custom align...
by abdul.qadirdeveloper
Tue Feb 21, 2017 2:34 pm
Forum: LightningChart Ultimate WPF
Topic: AnnotationXY is appearing behind x-Axis
Replies: 5
Views: 17901

Re: AnnotationXY is appearing behind x-Axis

This is how it was working in LighteningChart version 5.x
Annotation in version 5
Annotation in version 5
AnnotationXYIssue2.PNG (65.13 KiB) Viewed 17898 times
by abdul.qadirdeveloper
Tue Feb 21, 2017 2:27 pm
Forum: LightningChart Ultimate WPF
Topic: AnnotationXY is appearing behind x-Axis
Replies: 5
Views: 17901

Re: AnnotationXY is appearing behind x-Axis

till yesterday, i was using LightningChartUltimate version 5.x, and it was already rendering Anotation over X-Axis. I upgraded the subscription, on your recommendation, and updated to newer version, to not support, what it was supporting.. Does this make sense to tell my client that, it is not worki...
by abdul.qadirdeveloper
Tue Feb 21, 2017 12:46 pm
Forum: LightningChart Ultimate WPF
Topic: AnnotationXY is appearing behind x-Axis
Replies: 5
Views: 17901

AnnotationXY is appearing behind x-Axis

I have added AnnotationXY to the chart but it is appearing behind X-Axis, instead it was expectected to appear above everything(axes,series). following attached image shows the issue AnnotationXYIssue.PNG Here is the code that add annotation to the chart, var cursorValueDisplay = new AnnotationXY(mo...
by abdul.qadirdeveloper
Tue Feb 21, 2017 10:20 am
Forum: LightningChart Ultimate WPF
Topic: Arction.Wpf.Charting.ChartException Memory Allocation failed
Replies: 1
Views: 8423

Arction.Wpf.Charting.ChartException Memory Allocation failed

[I am using licensed (not trial) version of LightningChart] I am using LightningChartUltimateWpf without binding, I have very large data to show on Chart, it has 2 lines and 2 Bar Series, where each series has 41.7 K Data points but LightningChartUltimateWpf is throughing Arction.Wpf.Charting.ChartE...
by abdul.qadirdeveloper
Tue Feb 14, 2017 11:33 am
Forum: LightningChart Ultimate WPF
Topic: Complete UI Freeze When mouse hover on chart lines or Axes
Replies: 1
Views: 8022

Complete UI Freeze When mouse hover on chart lines or Axes

I am using "LightningChart Ultimate WPF V 5" in my Existing WPF Applicaiton. I noticed that when we render chart with very large data, hover mouse over line chart or Axes lines or Axes title, Complete UI freezes including Chart. I need to know why UI is freezing and how to fix it? Is this ...