Users Pricing

forum

Home Forums A chart element could not be found in the series collection – MindStick

A chart element could not be found in the series collection

Samuel Fernandes 8861 11 Jun 2013

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.
 

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md