forum

Home / DeveloperSection / Forums / A chart element could not be found in the series collection

A chart element could not be found in the series collection

Samuel Fernandes828811-Jun-2013
Hi Developers,

I'm implementing a chart element in my VB aspx application but it return as error. 

A chart element with the name 'test1' could not be found in the 'SeriesCollection'.

I'm trying as following

    'Create chart series
    Dim AnnualSeries As New Series
    AnnualSeries.Name = "test1"
    AnnualSeries.Points.DataBindXY(MonthArray, GraphVectorY)
    AnnualChart.Series("test1")("DrawingStyle") = "Emboss"

Thanks in advance for any recommendations or solutions.
 

Updated on 12-Jun-2013

Can you answer this question?


Answer

1 Answers

Liked By