Search found 14 matches

by ACTL
Wed Jan 04, 2006 5:43 pm
Forum: .NET
Topic: Candle Serie + DBNull in dataset
Replies: 1
Views: 4534

Candle Serie + DBNull in dataset

Hello, When I associate a Candle serie to a dataset with NULL rows (See example below) then I receive the error "Object cannot be cast from DBNull to other types". Can you tel me How to manage that. Thanks in advance. Sample code: Private Sub Button1_Click(ByVal sender As System.Object, _ ByVal e As...
by ACTL
Tue Jan 03, 2006 8:23 pm
Forum: .NET
Topic: Binding Data
Replies: 3
Views: 7510

I had the same error message when binding dataset table to one Candle serie. To solve this probled I created a datatable with the correct column type (Complete example below). Since this moment, it works correcly. I hope it helps. Best regards. Code sample: Private Sub Button1_Click(ByVal sender As ...
by ACTL
Mon Jan 02, 2006 6:49 pm
Forum: .NET
Topic: Number of series associated to a custom axis.
Replies: 2
Views: 4789

Thans for this quick answer.

Best regards.
by ACTL
Mon Jan 02, 2006 5:50 pm
Forum: .NET
Topic: Number of series associated to a custom axis.
Replies: 2
Views: 4789

Number of series associated to a custom axis.

Hello,

Can you tel me if it is possible to now the count of series associated to a specific custom axe.

Thanks.
by ACTL
Mon Jan 02, 2006 5:49 pm
Forum: .NET
Topic: PositionUnits --> Start/EndPosition and RelativePosition.
Replies: 2
Views: 5109

Thanks for this response.

It's exactly what I need.

Best regards.
by ACTL
Thu Dec 29, 2005 9:23 am
Forum: .NET
Topic: PositionUnits --> Start/EndPosition and RelativePosition.
Replies: 2
Views: 5109

PositionUnits --> Start/EndPosition and RelativePosition.

Hello, Your latest dotnet version 2.0.2179.21121 fix the Bugfixes/changes n° 24 "Series Labels and DateTime values were not properly displayed when using DBNull values in databases. Fixed.". For this reason, I use this new version. But in the same time, you insert the new functionnality n°3 "Axis.St...
by ACTL
Wed Dec 21, 2005 3:33 pm
Forum: ActiveX
Topic: Can SeriesXmlSource _append_ data ?
Replies: 7
Views: 9352

Are you using the latest version available?
Hmmm... Probably not : 7.0.0.2.[/quote]
by ACTL
Tue Dec 20, 2005 2:31 pm
Forum: ActiveX
Topic: Can SeriesXmlSource _append_ data ?
Replies: 7
Views: 9352

Hi Narcís, Regarding the beta version, we can send you a beta TeeChart7.ocx when available I'd love too. Thanks for adding me to your list of beta testers. Some examples retrieve data for several series, this may help you. I saw these examples before. But they don't quite fit my needs : They either ...
by ACTL
Tue Dec 20, 2005 12:58 pm
Forum: .NET
Topic: MaxLabelsWidth + error message "Invalid parameter used&
Replies: 2
Views: 4707

Thank you Nancy.
You are right.

Best regards.
by ACTL
Mon Dec 19, 2005 7:54 pm
Forum: .NET
Topic: MaxLabelsWidth + error message "Invalid parameter used&
Replies: 2
Views: 4707

MaxLabelsWidth + error message "Invalid parameter used&

Hi, I created this simple projet to explain the problem: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TChart1.Aspect.View3D = False TChart1.Panel.Gradient.Visible = True TChart1.Header.Text = "TeeChart Multiple Axes" TChart1.Series.Add(L...
by ACTL
Mon Dec 19, 2005 5:07 pm
Forum: ActiveX
Topic: Can SeriesXmlSource _append_ data ?
Replies: 7
Views: 9352

Hi Narcís, Thanks for the quick reply. 1) Regarding SeriesXmlSource: It's good news ! Which of course triggers another question ;-) : Have you already scheduled this release ? Can I have access to a beta version ? 2) Multiple Series : It looks like I haven't been very clear. I want to use the Series...
by ACTL
Mon Dec 19, 2005 3:38 pm
Forum: ActiveX
Topic: Can SeriesXmlSource _append_ data ?
Replies: 7
Views: 9352

Can SeriesXmlSource _append_ data ?

Env.: TChart 7.0.0.6 Hi All, SeriesXmlSource is pretty cool. But I noticed that it erases the existing series data before adding the new data. Is it possible to modify this behaviour. I would like to use it to add data to my time series when user scrolls the time axis. Also, when getting data for mu...
by ACTL
Mon Dec 19, 2005 1:45 pm
Forum: ActiveX
Topic: Can't enable zoom in IE
Replies: 2
Views: 5479

OK, found the note in the docs about the manadatory OnAfterDraw handler().

Problem solved.
by ACTL
Mon Dec 19, 2005 11:06 am
Forum: ActiveX
Topic: Can't enable zoom in IE
Replies: 2
Views: 5479

Can't enable zoom in IE

Env.: TeeChart Pro 7.0.0.2 (Same problem with 7.0.0.6) Hi All, I'm displaying TeeChart in an HTML page but get a odd behaviour with zoom: - Zoom doesn't work even though it is enabled (I added init for most/all zoom properties in despair. See init code below. My initial code only add Chart.Zoom.Enab...