Hello,
Can you tel me if it is possible to now the count of series associated to a specific custom axe.
Thanks.
Number of series associated to a custom axis.
Hi,
not directly, you will have to check each Series, using :
not directly, you will have to check each Series, using :
Code: Select all
int NumSerAs=0;
for (int i=0;i<=tChart1.Series.Count-1;++i)
if (tChart1[i].CustomVertAxis==CustomAxis1) ++NumSerAs;
MessageBox.Show(NumSerAs.ToString());
Pep Jorge
http://support.steema.com
http://support.steema.com