Sorry, but how is the code in visual basic ?
Thank you
Jochen
Search found 3 matches
- Wed May 05, 2010 1:51 pm
- Forum: .NET
- Topic: How to get the selected series ?
- Replies: 3
- Views: 4106
- Wed May 05, 2010 12:01 pm
- Forum: .NET
- Topic: How to get the selected series ?
- Replies: 3
- Views: 4106
How to get the selected series ?
Hello, I am using Visual Studio 2008 (Visual Basic). I have add a TChart to my projekt (TChart .net 2009) I have got a "FastLine" series. In my project I clone this series: Tchart1.series(0).clone So far, so good... Now I would like to the the click_series event. If I click on a series, the event wi...
- Mon May 03, 2010 10:52 am
- Forum: .NET
- Topic: Waterfall with different series
- Replies: 1
- Views: 2939
Waterfall with different series
Hello, I am using TChart .Net 2009. I want to create a Waterfall-chart with different series: For the first series I have add a 3D-waterfull-series with the toolbox. The other series I add in my coding by: TChart1.Series(0).clone To put data in the series I will do it by: TChart1.Series(0).add(x,y) ...