I am building c# application and I used chart control in it,but I wondered if I can open chart wizard in runtime , I found a library (devexpress – xtrachat control) that enables me to do that ,but it is not free.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I doubt it.. But you can place form controls and plot the chart based on user selection. For eg. you can have check boxes for series and based on the check box selection of the user, you can plot the series.