Bullschmidt Bar Chart is Windows compatible. Free ASP bar chart tool with the following features:o Built as a pure ASP class so there are no components to register and code is still hidden behind the scenes.o If one puts the cursor over the colored part of a bar, in most browsers its value is shown as a tooltip.o Tooltip and y-axis values can be rounded and formatted to look like $1,234 instead of 1234.12.o The Y-axis min and max can be set or calced from the data and the min can even be negative.o Chart data area size can be set.o Text size and style can be set.o The chart can be aligned on the page left, center, or right.o If y-axis min and max are calced from data, they are set to round numbers such as 950 instead of 947.o Title and footers can be shown with multiple lines of text.o Bar colors can be set otherwise default colors are used.o The Legend can be shown or not shown.o X-axis data or series labels can be shown or not (but these can make the graph wider).o The only required setting is the 2-dimensional data array itself.