Radar graph
Posted: Tue Feb 22, 2005 11:43 am
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 (these graphs are built dynamically).
Also, if filled: How to set the transparancy pct from VB?
In V5 there is a couple of properties:
- Circled (TC1.Series(lIndex).asRadar.Circled = True)
- CircleLabels (TC1.Series(lIndex).asRadar.CircleLabels.Visible = True)
How are these properties set now?
regards Oystein
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 (these graphs are built dynamically).
Also, if filled: How to set the transparancy pct from VB?
In V5 there is a couple of properties:
- Circled (TC1.Series(lIndex).asRadar.Circled = True)
- CircleLabels (TC1.Series(lIndex).asRadar.CircleLabels.Visible = True)
How are these properties set now?
regards Oystein