iterate through a chart's series
Posted: Fri Jul 18, 2008 10:14 pm
Hi Narcis,
I'm trying to iterate through a chart's series and to do different things to different chart types.
Something slong the lines of:
For Idx As Integer = 0 To tchart.Series.Count - 1
Select Case tchart.Series(Idx).???
Case Styles.line
DO SOMETHING
Case Styles.points
DO SOMETHING ELSE
End Select
Next
I just can't find the right code to do this basic stuff. Can you please help me?
Cheers
Francis
I'm trying to iterate through a chart's series and to do different things to different chart types.
Something slong the lines of:
For Idx As Integer = 0 To tchart.Series.Count - 1
Select Case tchart.Series(Idx).???
Case Styles.line
DO SOMETHING
Case Styles.points
DO SOMETHING ELSE
End Select
Next
I just can't find the right code to do this basic stuff. Can you please help me?
Cheers
Francis