Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Chart > Wizard reset all the time

Not answered Wizard reset all the time

Feed from this thread
  • David avatar

    Posted on Jan 6, 2012 (permalink)

    I have a strange issue with working with the wizard to create some charts. Changing tab on the wizard seem to reset the chart completely and I need to repopulate the series. 
    If I create a series I want and click OK or Apply and debug the solution I see the chart I wanted but then when I stop and restart it is reset. What causes this behaviour?

    Thanks!

    Reply

  • Ves Ves admin's avatar

    Posted on Jan 11, 2012 (permalink)

    Hi David,

    I am not really sure what could cause this. I tried to follow your description and I was able to run my page multiple times with the chart keeping its items. I was also able to run the wizard again and the items were preserved. Actually, the wizard generates markup like this:

    <Series>
        <telerik:ChartSeries Name="Series 1" Type="Area">
            <Items>
                <telerik:ChartSeriesItem Name="Item 1" YValue="4">
                </telerik:ChartSeriesItem>
                <telerik:ChartSeriesItem Name="Item 2" YValue="4">
                </telerik:ChartSeriesItem>
                <telerik:ChartSeriesItem Name="Item 3" YValue="5">
                </telerik:ChartSeriesItem>
                <telerik:ChartSeriesItem Name="Item 4" YValue="4">
                </telerik:ChartSeriesItem>
            </Items>
         </telerik:ChartSeries>
    ...........

    Can you see such markup generated?

    Alternatively, you can configure the chart using the Visual Studio property grid.

    Best regards,
    Ves
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Chart > Wizard reset all the time
Related resources for "Wizard reset all the time"

ASP.NET Chart Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]