YValue Total per Page
Posted: Mon Oct 29, 2007 8:07 am
Hi there
Im searching for a solution for getting the Sum (total) for my YValues Collection per Page (the current page).
i tried with:
But im getting the total of the whole chart and not only the current page.
Im searching for a solution for getting the Sum (total) for my YValues Collection per Page (the current page).
i tried with:
Code: Select all
g.Chart.Page.Chart.Series[0].YValues.Total;