Jump to content
Software FX Community

Client Side Control in Web Page


User (Legacy)

Recommended Posts

I'm trying to make a chart scrollable in the browser.  I set the scrollable 

property to true, and all I get in the browser is an image of a chart that

has a scroll bar (compared to a scrollable web control).

So, what I'm assuming, is that ChartFX does not like the security settings

of my broswer, and is rending the graph as an image, jsut to be safe. If

this is the case, how I can force the graph to always render as an image, so

I can implement my own scrolling functionality in ASP.NET?

Thanks!

Shawn Evans

Link to comment
Share on other sites

If you render the chart as an image you will not have scrolling. You can 

implement scrolling using your own UI and the SetScrollView method.

In order to have scrolling functionality, you need to generate a client

control by setting HtmlTag to .NET.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...