Jump to content
Software FX Community

Adding a toolbar to Chart


ChartFXNewbie

Recommended Posts

Hi,

I have created a chart using (a trial version of) ChartFX for .NET 6.2, my website is written using ASP.NET on VS 2005.  I am wanting to add a toolbar to the chart so that the user can zoom into the chart and extract the values of the chart etc.  However I am unsure as to how this would be done, I thought that there was a standard toolbar that can be added by the following code;

Chart1.ToolBarObj.Visible =

true;

However when I add this code nothing appears, is there more code that I have to add?

 

Also I am also wanting to check if it is possible to have a chart and a data view below it with different values so the chart would have data from one select statement and the dataview associated with the chart would have data from a different select statement?  I am wanting the dataview to offer a summary of the data in the chart.

Any help would be gratefully received.

Kind regards.

 
Link to comment
Share on other sites

Sorry should also have added that I have set the HTMLTag to .net with the following code;

Chart1.HtmlTag =

".net";

So I have;

 

Chart1.HtmlTag = ".net";

Chart1.ToolBarObj.Visible =

true;

 

but I still cannot get the toolbar to display.  Also I still cannot find out if it is possible to have different data in the chart and dataview.  Any help would be gratefully received as I am somewhat pressed for time with this issue, thank you in advance.

Regards

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...