Search found 6 matches

by chandran
Thu Jan 08, 2015 6:00 am
Forum: .NET
Topic: Line series visibility changes on re-sizing chart
Replies: 2
Views: 6209

Re: Line series visibility changes on re-sizing chart

Thanks Christopher.
by chandran
Thu Nov 13, 2014 2:37 pm
Forum: .NET
Topic: Line series visibility changes on re-sizing chart
Replies: 2
Views: 6209

Line series visibility changes on re-sizing chart

2LastSeriesInvisible.png 1AllSeriesVisible.png SeriesVisibilityIssue.zip Hi, Here is one problem that we are facing with line series visibility while re-sizing chart horizontally. We are using TeeChart for .NET version 4.1.2014.5092. The chart which exhibits this behavior has multiple line series, ...
by chandran
Wed Jul 16, 2014 12:37 pm
Forum: .NET
Topic: Error series not being plotted
Replies: 3
Views: 6891

Re: Error series not being plotted

Thanks Narcis. Indeed, minimum value was greater than maximum in attached zipped sample. The corrected sample is uploaded. But the issue still persists. To check the issue, please comment following lines from sample: // VISIBLE IF UNCOMMENTED errorSeries.Add(-33, 0.3, 34); and, remove following comm...
by chandran
Fri Jun 27, 2014 2:46 pm
Forum: .NET
Topic: Error series not being plotted
Replies: 3
Views: 6891

Error series not being plotted

Hi, Please find herewith attached sample application with data and axis parameters specified. Error series is not drawn for the specified data. Point added for error series in sample is (-34, 0.3, 35). If it is changed to (-33, 0.3, 34), the error series is drawn correctly. Is there anything incorre...
by chandran
Fri May 16, 2014 11:07 am
Forum: .NET
Topic: Installation issue
Replies: 1
Views: 4536

Installation issue

Hi, We are facing installation problem for new version of TChart for .NET (v2014 [24 FEB 2014] RELEASE 4.1.2014.02240-02244). We tried to install the new version on the previously installed TChart for .NET version (4.1.2013.11081). Please look at the attached screen for additional information. Is th...
by chandran
Thu Feb 20, 2014 1:47 pm
Forum: .NET
Topic: Start position for bar series
Replies: 7
Views: 14388

Re: Start position for bar series

Thanks Narcis for the workaround. It works well provided that there is only one stacked bar series. If chart has another series, it would also be affected with this change. In our scenario, we do have another series and we want to apply this change to bar only. To illustrate this, have a look at att...