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;
Code: Select all
g.Chart.Page.Chart.Series[0].YValues.Total;
Code: Select all
this.WebChart1.Style.Add(HtmlTextWriterStyle.BorderStyle, "none");