Search found 2 matches
- Thu Feb 24, 2005 10:25 am
- Forum: .NET
- Topic: Radar graph
- Replies: 2
- Views: 4342
Radar
Hi, thank you, it seems to work OK. The reason that we didn't get the Brush property, is as follows: We have a combo where the users may select some graphtypes (web). We therefore define more globally Styles: dim oStyle1 as Steema.TeeChart.Styles.Series dim oStyle2.... Then we assign the graphtype (...
- Tue Feb 22, 2005 11:43 am
- Forum: .NET
- Topic: Radar graph
- Replies: 2
- Views: 4342
Radar graph
The Radar graphs default is slightly changed in Vb.Net. I.e. is each graph filled. And thats not so nice for our purpose. I can get rid the Fill by using the editor: Series - choose one - Pattern - unclick Visible in the Hatch brush editor (the Solid tab). How do I do this by using VB.Net code (thes...