Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Graphs

Status
Not open for further replies.

ironmunk

Technical User
Aug 21, 2001
51
CA
Hi people, I was just wondering if there is a way to create PIE and LINE graphs from dynamic data (ie. From a DB)? Can someone please help me or forward me to a site.

THanks.
 
You should feed your data into an MSChart Control.

Following chart types can be produced:

ChartType Constants

VtChChartType provides chart type options.

Constant Description
VtChChartType3dBar 3D Bar
VtChChartType2dBar 2D Bar
VtChChartType3dLine 3D Line
VtChChartType2dLine 2D Line
VtChChartType3dArea 3D Area
VtChChartType2dArea 2D Area
VtChChartType3dStep 3D Step
VtChChartType2dStep 2D Step
VtChChartType3dCombination 3D Combination
VtChChartType2dCombination 2D Combination
VtChChartType2dPie 2D Pie
VtChChartType2dXY 2D XY

_________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top