Search found 11 matches

by Ramajayam
Sun Jun 08, 2014 1:35 pm
Forum: LightningChart Ultimate WPF
Topic: Problem with Top Horizontal Bars
Replies: 1
Views: 6003

Problem with Top Horizontal Bars

Hi, I have a Chart with Horizontal bar series. Please refer the attached snapshot. My problem is, 1. few top bars are not visible, even though their Y-Axis labels are visible. You can see in the attached image that a half of the bar is visible. but rest is not visible. (I used CustomAxisTIcks for Y-...
by Ramajayam
Sat Apr 12, 2014 6:28 pm
Forum: LightningChart Ultimate WPF
Topic: Paging with chart control
Replies: 5
Views: 11826

Re: Paging with chart control

we are also facing the same issue with huge data load, requiring the paging functionality with the chart.
Can you please give me a guidance for implementing the paging functionality?

Thanks
by Ramajayam
Sun Mar 02, 2014 12:36 pm
Forum: LightningChart Ultimate WPF
Topic: Controls are not loaded
Replies: 1
Views: 5265

Controls are not loaded

Hi, I have around 36 LightningChartUltimate instances with size 100x100. I placed all of them in another LightningChartUltimate (map) instance. The problem is, only (around 15) some lightningChartUltimate instances are loaded. Others are not loaded showing a black background only. Can you please sug...
by Ramajayam
Sat Feb 22, 2014 6:46 pm
Forum: LightningChart Ultimate WPF
Topic: Transparent Background
Replies: 1
Views: 5962

Transparent Background

Hi,
How the make the LightningChart background transparent??
Any suggestions????
Thanks
by Ramajayam
Thu Feb 20, 2014 4:48 am
Forum: LightningChart Ultimate WPF
Topic: example Bar chart application
Replies: 1
Views: 5953

example Bar chart application

Hi,
Can you please give me a LC with Bar series.
The requirement is: Need to have around 4000 bars with Scroll Bar. Need CustomAxisTics for each bar. New bars should be addable after drawing the Bar chart i.e. like just add a BarSeries on button click.
Is it possible? I need it very urgently :(
Thanks
by Ramajayam
Sun Feb 16, 2014 3:58 pm
Forum: LightningChart Ultimate WPF
Topic: HeatMap/IntensityGridSeries Data
Replies: 1
Views: 5253

HeatMap/IntensityGridSeries Data

Hi, I have one LightningChartUltimate instance with ViewXY. 1. Added Maps to this instance (for the above ViewXY, XAxis and YAxis) 2. Added IntensityGridSeries (this also refers the same above ViewXY, XAxis and YAxis) (With XY range from 0 to 5) Now the problem is: When I double click on the control...
by Ramajayam
Sun Feb 16, 2014 12:36 pm
Forum: LightningChart Ultimate WPF
Topic: Updating YValue in Chart
Replies: 1
Views: 5183

Updating YValue in Chart

Hi, Is it possible to update the Y-Axis Value at runtime i.e. after the LineSeries chart is drawn? I tried to set the Point.Y value and used with SetYValue(), which didn't update the LineSeries in UI :( The Value is getting updated in Points[], but UI shows the Old line series only... How to update ...
by Ramajayam
Thu Feb 13, 2014 4:27 am
Forum: LightningChart Ultimate WPF
Topic: Barchart's Bar width & ScrollBar Position
Replies: 7
Views: 17435

Re: Barchart's Bar width & ScrollBar Position

I already understand it about Grouping.ByIndex, ByIndexFitWidth. My case is, if I add more and more points, the bar width is getting very narrow (refer the attached image). For that only, I'm asking about how to set the width of the Bar? What I want is, I need a good Bar chart with good meaningful d...
by Ramajayam
Wed Feb 12, 2014 3:25 pm
Forum: LightningChart Ultimate WPF
Topic: Barchart's Bar width & ScrollBar Position
Replies: 7
Views: 17435

Re: Barchart's Bar width & ScrollBar Position

The problem, that I face is the collided bars. Refer the attached image. I used the BarViewOptions.Grouping = BarsGrouping.ByLocation; I want the bars separated by some little space i.e. look good and meaningful. But if the number of points increases, it seems ugly. I tried the BarSpacing set to 5. ...
by Ramajayam
Tue Feb 11, 2014 7:22 am
Forum: LightningChart Ultimate WPF
Topic: ScrollBar's Minimum value can't be greater than 49
Replies: 1
Views: 6239

ScrollBar's Minimum value can't be greater than 49

Hi,
I'm using Scrollbar with the X-Axis having DateTime value range.
As I shown in the Picture, if I assign the value (which is greater than 49) to the Minimum value of the ScrollBar, it is not working.
No problem with the Maximum value assignment.

Can anyone please check this?
by Ramajayam
Mon Feb 10, 2014 12:30 pm
Forum: LightningChart Ultimate WPF
Topic: Barchart's Bar width & ScrollBar Position
Replies: 7
Views: 17435

Barchart's Bar width & ScrollBar Position

Hi, I'm facing some issues: 1. How to control the width of the bar? ViewXY.BarViewOptions.Grouping = BarsGrouping.ByIndexFitWidth; When the number of points in the series are very large, this option leads to very narrow Bar width (even leads to a single very thin line) If ViewXY.BarViewOptions.Group...