Search found 14 matches
- Wed Jan 04, 2006 5:43 pm
- Forum: .NET
- Topic: Candle Serie + DBNull in dataset
- Replies: 1
- Views: 4576
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...
- Tue Jan 03, 2006 8:23 pm
- Forum: .NET
- Topic: Binding Data
- Replies: 3
- Views: 7544
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 ...
- Mon Jan 02, 2006 6:49 pm
- Forum: .NET
- Topic: Number of series associated to a custom axis.
- Replies: 2
- Views: 4823
- Mon Jan 02, 2006 5:50 pm
- Forum: .NET
- Topic: Number of series associated to a custom axis.
- Replies: 2
- Views: 4823
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.
Can you tel me if it is possible to now the count of series associated to a specific custom axe.
Thanks.
- Mon Jan 02, 2006 5:49 pm
- Forum: .NET
- Topic: PositionUnits --> Start/EndPosition and RelativePosition.
- Replies: 2
- Views: 5154
- Thu Dec 29, 2005 9:23 am
- Forum: .NET
- Topic: PositionUnits --> Start/EndPosition and RelativePosition.
- Replies: 2
- Views: 5154
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...
- Wed Dec 21, 2005 3:33 pm
- Forum: ActiveX
- Topic: Can SeriesXmlSource _append_ data ?
- Replies: 7
- Views: 9382
- Tue Dec 20, 2005 2:31 pm
- Forum: ActiveX
- Topic: Can SeriesXmlSource _append_ data ?
- Replies: 7
- Views: 9382
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 ...
- Tue Dec 20, 2005 12:58 pm
- Forum: .NET
- Topic: MaxLabelsWidth + error message "Invalid parameter used&
- Replies: 2
- Views: 4755
- Mon Dec 19, 2005 7:54 pm
- Forum: .NET
- Topic: MaxLabelsWidth + error message "Invalid parameter used&
- Replies: 2
- Views: 4755
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...
- Mon Dec 19, 2005 5:07 pm
- Forum: ActiveX
- Topic: Can SeriesXmlSource _append_ data ?
- Replies: 7
- Views: 9382
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...
- Mon Dec 19, 2005 3:38 pm
- Forum: ActiveX
- Topic: Can SeriesXmlSource _append_ data ?
- Replies: 7
- Views: 9382
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...
- Mon Dec 19, 2005 1:45 pm
- Forum: ActiveX
- Topic: Can't enable zoom in IE
- Replies: 2
- Views: 5510
- Mon Dec 19, 2005 11:06 am
- Forum: ActiveX
- Topic: Can't enable zoom in IE
- Replies: 2
- Views: 5510
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...