Search found 12 matches
- Mon Mar 06, 2017 1:08 am
- Forum: .NET
- Topic: Windrose Series formatting not working
- Replies: 1
- Views: 5595
Windrose Series formatting not working
Hi Support, After updating to the new release (4.1.2016.10261), the formatting tab options on Windrose Series are no longer working. To reproduce at run time from the Chart Editor: 1. Add a new Windrose Series 2. Click on the Series tab for changing formatting/ circled - exception thrown Any help wi...
- Tue Jan 31, 2017 5:35 am
- Forum: .NET
- Topic: Functions and period
- Replies: 10
- Views: 17029
Re: Functions and period
In funcSeriesLINQ we group the data by the Date, that is, by a one day (24 hour) period whereby all points are of the same day. The funcSeries, on the other hand, groups points into one day periods but not of the same day, because the first point does not start at 00:00. This is by design, although...
- Wed Jan 25, 2017 12:38 am
- Forum: .NET
- Topic: Functions and period
- Replies: 10
- Views: 17029
Re: Functions and period
Hi Christopher, We handle mostly time series data for which we need to be able to apply periodic functions. I am trying to make it simple and straight. The forum does not allow adding text files, so I've sent the data into a .txt to your gmail address. Please use the text file to load the data for t...
- Tue Jan 24, 2017 5:42 am
- Forum: .NET
- Topic: Functions and period
- Replies: 10
- Views: 17029
Re: Functions and period
Hi Christopher, Thanks for the code, we have updated the basic.cs accordingly but the results are still incorrect. It skips values for the first day which has only 1 row. Screenshot for sample data Original_series_Data_source.png We are using with chart max and total functions. Output for total func...
- Fri Jan 20, 2017 2:54 am
- Forum: .NET
- Topic: Functions and period
- Replies: 10
- Views: 17029
Re: Functions and period
Hi Christopher, Thank you. Just wondering as we need to implement the other functions too and that we allow the users to add functions at run time from the chart editor, is there any way to modify the code defects so that it reflects for all functions? We do have access to the code for the latest bu...
- Mon Jan 16, 2017 12:24 am
- Forum: .NET
- Topic: Functions and period
- Replies: 10
- Views: 17029
Re: Functions and period
Hello..
Any input for this?
Any input for this?
- Wed Jan 11, 2017 3:06 am
- Forum: .NET
- Topic: Functions and period
- Replies: 10
- Views: 17029
Functions and period
Hi Support, We have an issue with the function series, we are trying to populate a Add function series on a time series data based on a daily basis for which the code as follows: Dim funcSeries As New Steema.TeeChart.Styles.FastLine(FChart.Chart) funcSeries.Title = String.Format("Total ({0})", perio...
- Mon Jan 09, 2017 10:19 pm
- Forum: .NET
- Topic: Adding a Scroll Pager tool throws exception
- Replies: 9
- Views: 15796
Re: Adding a Scroll Pager tool throws exception
Received, thanks
- Sun Jan 08, 2017 9:38 pm
- Forum: .NET
- Topic: Adding a Scroll Pager tool throws exception
- Replies: 9
- Views: 15796
Re: Adding a Scroll Pager tool throws exception
Hi,
Still waiting for the email with the modified project
Still waiting for the email with the modified project
- Tue Jan 03, 2017 12:17 am
- Forum: .NET
- Topic: Adding a Scroll Pager tool throws exception
- Replies: 9
- Views: 15796
Re: Adding a Scroll Pager tool throws exception
Hi,
My email address is: khaleds@sentinelpl.com.au
I will be awaiting for your email with the modifications
My email address is: khaleds@sentinelpl.com.au
I will be awaiting for your email with the modifications
- Tue Dec 20, 2016 11:14 pm
- Forum: .NET
- Topic: Adding a Scroll Pager tool throws exception
- Replies: 9
- Views: 15796
Re: Adding a Scroll Pager tool throws exception
Hi Chris,
That has resolved the exception, but after the change in code the subchart is not scrollable at all. I can not change the selection/ boundary for the scrollable chart in design mode.
That has resolved the exception, but after the change in code the subchart is not scrollable at all. I can not change the selection/ boundary for the scrollable chart in design mode.
- Mon Dec 19, 2016 11:49 pm
- Forum: .NET
- Topic: Adding a Scroll Pager tool throws exception
- Replies: 9
- Views: 15796
Adding a Scroll Pager tool throws exception
Hi, I've reported a previous bug regarding scroll pager serialization issue (ID1395] http://bugs.teechart.net/show_bug.cgi?id=1395). Now that it has been fixed and for this I've just have upgraded to the latest build (4.1.2016.10261). I am able to open the previously saved charts with scroll pager b...