Page 1 of 1

Series type

Posted: Tue Jun 10, 2008 8:23 am
by 15046186
Is there a way to get the series type ??
I tryied this one but does not work

For Each Serie As Steema.TeeChart.Styles.Series In TChart1.Series
If Serie Is Steema.TeeChart.Styles.Line Then
.......
End If
Next

Thanks in advance,
Paolo saudin

Posted: Tue Jun 10, 2008 10:04 am
by narcis
Hi paolo,

Yes, you can use TypeOf and CType as in the example I posted here.