Am I able to produce charts (line / bar / pie) using Visual Studio .Net C#.
I have an application written in Delphi 5 that made use of a TChart component (standard Borland component with Delphi) such that the user could generate a chart of a selected style from a set of data as set up by themselves. I'm looking at the option of changing this to a C# application (possibly a web application).
Can this be done using standard (given) components or will I need to go through the process of coding this myself (which I can only see as being long-winded).
Are there any (possibly free?) components that will allow me to do this ?
Alternatively would I be able to make use of Seagate Crystal Reports within a Crystal Report Preview component in order to achieve this ?
I'm familiar with Crystal Reports (albeit not the Chart aspect therein).
Can anyone offer me a suggestion with this ?
Thanks in advance.
Steve
I have an application written in Delphi 5 that made use of a TChart component (standard Borland component with Delphi) such that the user could generate a chart of a selected style from a set of data as set up by themselves. I'm looking at the option of changing this to a C# application (possibly a web application).
Can this be done using standard (given) components or will I need to go through the process of coding this myself (which I can only see as being long-winded).
Are there any (possibly free?) components that will allow me to do this ?
Alternatively would I be able to make use of Seagate Crystal Reports within a Crystal Report Preview component in order to achieve this ?
I'm familiar with Crystal Reports (albeit not the Chart aspect therein).
Can anyone offer me a suggestion with this ?
Thanks in advance.
Steve