Search:

Type: Posts; User: kriswork

Search: Search took 0.03 seconds.

  1. VS 2010 Re: Charts (Not Excel) and referencing the datasource when it's table is out of scope

    OMG - The chart does hold a copy of the table!!!

    Just commented out my function to load the table from my dataset and now directcast the table from the chart's datasource:


    ...
  2. VS 2010 Re: Charts (Not Excel) and referencing the datasource when it's table is out of scope

    The dataset solution is OK and means I don't need lots of publicly declared tables, it just means I need to be particularly careful naming my tables so I can then retrieve the right one later,...
  3. VS 2010 Re: Charts (Not Excel) and referencing the datasource when it's table is out of scope

    All my code above runs say when the form loads and you are correct that dtSelected_Data_File_and_PMT won't change, but initially I only want to display half the columns as data series. Possibly later...
  4. VS 2010 Charts (Not Excel) and referencing the datasource when it's table is out of scope

    Hi,

    I have a chart whose datasource is set to a locally defined datatable, but initially I only want to display some of the data columns as dataseries as there are too many. Later the user will...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width