BarChart.asp and BarChartHREF.asp
BarChart creates a chart using a series of horizontal bars.
ColumnChart.asp and ColumnChartHREF.asp
ColumnChart creates a chart using a series of vertical columns.
StackedColumnChart.asp and StackedColumnChartHREF.asp
StackedColumnChart creates a chart using vertical columns broken out into a series of values that lets multiple
data points be charted for each column.
StackedBarChart.asp and StackedBarChartHREF.asp
StackedBarChart creates a chart using horizontal bars broken out into a series of values that lets multiple data
points be charted for each bar.
Stacked100BarChart.asp and Stacked100BarChartHREF.asp
Stacked100BarChart creates a chart nearly identical to the StackedBarChart, except that each horizontal bar
completely fills the X-axis. Each bar is broken out into a series of values that lets multiple
data points be charted for each bar.
Stacked100ColumnChart.asp and Stacked100ColumnChartHREF.asp
Stacked100ColumnChart creates a chart nearly identical to the StackedColumnChart, except that each column
completely fills the Y-axis. Each vertical column is broken out into a series of values that lets
multiple data points be charted for each column.
ClusteredBarChart.asp and ClusteredBarChartHREF.asp
ClusteredBarChart creates a chart using horizontal bars broken out into a series of values that lets multiple
data points be charted by placing bars on top of each other. It displays information similar to a
StackedBarChart, but the bars are on top of each other rather than next to each other.
ClusteredColumnChart.asp and ClusteredColumnChartHREF.asp
ClusteredColumnChart creates a chart using vertical columns broken out into a series of values that lets multiple
data points be charted by placing columns next to each other. It displays information similar to a
StackedColumnChart, but the columns are on side-by-side to each other rather than on top of each other.