- Jun 2, 2008
- 163
- 0
- 0
How would I go about loading more than one pie chart by reading a database.
I know it would be some kind of loop to get the data but I have no idea how to render them?
http://www.carlosag.net/Tools/...art/sampleDataSet.aspx
I'm using this..
The part that would need to be looped is this but it's ASP.NET so I don't know what to do.
<web:chartcontrol runat="server" id="ChartControl1"
height="400" width="350" gridlines="none" legend-position="Bottom" />
EDIT:
Would I instead just capture the URL image links then display?
I know it would be some kind of loop to get the data but I have no idea how to render them?
http://www.carlosag.net/Tools/...art/sampleDataSet.aspx
I'm using this..
The part that would need to be looped is this but it's ASP.NET so I don't know what to do.
<web:chartcontrol runat="server" id="ChartControl1"
height="400" width="350" gridlines="none" legend-position="Bottom" />
EDIT:
Would I instead just capture the URL image links then display?