Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

We are migrating a VB application to VB.NET 2008. The old application uses Olectra chart, which allows user to right click the report at runtime which displays "Property" page. User is allowed to change the property at runtime and the graph is immediately reflected with the changes. Can the same be acheived with MSChart? Any help is appreciated. Thnx in advance

regards
Arun
Posted

1 solution

I think you would need to create a user form with which the user could set any properties you want to allow control of. Then when the user closes/Apply or Ok's the form update the chart accordingly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900