[FIXED] [#57] Am not Getting Radar Series Chart Dynamically.

Page 2 of 2 FirstFirst 12
  1. #11

    Hi Daniil

    Quote Originally Posted by Daniil View Post
    I think it is a bug. Here is a report to Sencha.
    http://www.sencha.com/forum/showthread.php?249225

    For now please replace:
    Store1.DataSource = ds;Store1.DataBind();
    with
    Store1.Data = ds;
    Also please remove this call:
    Chart1.Render();
    The Render method should be used during a DirectEvent or a DirectMethod only.
    Hi Daniil,
    Here Actually am getting Data from Database, not getting data from arraylist, so i think it is must
    Store1.DataSource = ds; Store1.DataBind();
    if i am using What u said this one, am unable to get the chart
    Store1.Data = ds;
    Anyway am unable to getting label names help me any other way.
    Thank You.
  2. #12
    Quote Originally Posted by Daniil View Post
    I think it is a bug. Here is a report to Sencha.
    http://www.sencha.com/forum/showthread.php?249225
    Sencha fixed it on their side. The fix will be incorporated in an one of next Ext.NET release.

    Opened an Issue to track this defect, see:
    https://github.com/extnet/Ext.NET/issues/57
  3. #13
    Quote Originally Posted by nagesh View Post
    Here Actually am getting Data from Database, not getting data from arraylist, so i think it is must
    Store1.DataSource = ds; Store1.DataBind();
    if i am using What u said this one, am unable to get the chart
    Store1.Data = ds;
    Please demonstrate how you populate data to the Store.
  4. #14
    On the extensive changes of charts from Ext.NET 2 to 3 and 4, this issue eventually got fixed by sencha side!
    Fabrício Murta
    Developer & Support Expert
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] [#8] Chart: Hide Line Series values
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 12
    Last Post: Mar 14, 2013, 5:41 AM
  2. [CLOSED] [#18] Chart: Single Column Series yField incorrect
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 29, 2012, 11:15 AM
  3. [OPEN] [#77] Chart legend problems with large amount of series
    By MWM2Dev in forum 2.x Legacy Premium Help
    Replies: 14
    Last Post: Dec 21, 2012, 4:23 AM
  4. [CLOSED] chart series double click event
    By SymSure in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 04, 2012, 2:03 PM
  5. [CLOSED] Text on Series and Tool tips for Grouped Bar Chart
    By WHISHWORKS in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 16, 2012, 10:59 AM

Posting Permissions