User (Legacy) Posted March 25, 2006 Report Share Posted March 25, 2006 Hi, I would like to export server generated charts to jpg files. I am able to do that for chart which class is Software.Chart.Internet.Server.Chart. Now, I can't do the same for a Statistical Chart. For example, Software.Chart.Statistical.Server.Chart and other don't have the "Export" method. So, how can one export a Statistical Chart? Thanks, Norbert Link to comment Share on other sites More sharing options...
Software FX Posted March 25, 2006 Report Share Posted March 25, 2006 All of the Chart FX API can be used IN ADDITION to the Extension's API. You can use the export method on the chart class to export any chart gallery, including Statistical galleries like Box-Plot, x-Chart, etc. -- Francisco Padron www.chartfx.com "Norberto" <ne@crgmedical.com> wrote in message news:r2WPEvGUGHA.232@webserver3.softwarefx.com... > Hi, > > I would like to export server generated charts to jpg files. > > I am able to do that for chart which class is > Software.Chart.Internet.Server.Chart. > Now, I can't do the same for a Statistical Chart. For example, > Software.Chart.Statistical.Server.Chart and other don't have the "Export" > method. > > So, how can one export a Statistical Chart? > > Thanks, > > Norbert > Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 26, 2006 Author Report Share Posted March 26, 2006 Thxs for the reply. There isn't an "Export" method on SoftwareFX.ChartFX.Statistical.Server.RChart, for example. Also, RChart isn't a sub-class of SoftwareFX.ChartFX.Internet.Server.Chart either. Is there another utility class that can be used to export FX Statistical Charts? Norbert "Software FX Support" <noreply@softwarefx.com> wrote in message news:Mt4T5mHUGHA.232@webserver3.softwarefx.com... > All of the Chart FX API can be used IN ADDITION to the Extension's API. > > You can use the export method on the chart class to export any chart > gallery, including Statistical galleries like Box-Plot, x-Chart, etc. > > -- > Francisco Padron > www.chartfx.com > > > "Norberto" <ne@crgmedical.com> wrote in message > news:r2WPEvGUGHA.232@webserver3.softwarefx.com... >> Hi, >> >> I would like to export server generated charts to jpg files. >> >> I am able to do that for chart which class is >> Software.Chart.Internet.Server.Chart. >> Now, I can't do the same for a Statistical Chart. For example, >> Software.Chart.Statistical.Server.Chart and other don't have the "Export" >> method. >> >> So, how can one export a Statistical Chart? >> >> Thanks, >> >> Norbert >> > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 26, 2006 Author Report Share Posted March 26, 2006 Ok, I get it. I didn't have a good understating in how the extension classes should be used. I got a code sample from the support web site and voila, I can create an instance of RChart and export it. In order to have a RChart and others like that, one must continue to use the base Chart class and in some point assign an extension to it. e.g: Chart1.GalleryObj = statistics1.Gallery.RChart; Thanks, Norberto "Norberto" <ne@crgmedical.com> wrote in message news:dUVqO2IUGHA.232@webserver3.softwarefx.com... > Thxs for the reply. > > There isn't an "Export" method on > SoftwareFX.ChartFX.Statistical.Server.RChart, for example. Also, RChart > isn't a sub-class of SoftwareFX.ChartFX.Internet.Server.Chart either. > > Is there another utility class that can be used to export FX Statistical > Charts? > > Norbert > > "Software FX Support" <noreply@softwarefx.com> wrote in message > news:Mt4T5mHUGHA.232@webserver3.softwarefx.com... >> All of the Chart FX API can be used IN ADDITION to the Extension's API. >> >> You can use the export method on the chart class to export any chart >> gallery, including Statistical galleries like Box-Plot, x-Chart, etc. >> >> -- >> Francisco Padron >> www.chartfx.com >> >> >> "Norberto" <ne@crgmedical.com> wrote in message >> news:r2WPEvGUGHA.232@webserver3.softwarefx.com... >>> Hi, >>> >>> I would like to export server generated charts to jpg files. >>> >>> I am able to do that for chart which class is >>> Software.Chart.Internet.Server.Chart. >>> Now, I can't do the same for a Statistical Chart. For example, >>> Software.Chart.Statistical.Server.Chart and other don't have the >>> "Export" method. >>> >>> So, how can one export a Statistical Chart? >>> >>> Thanks, >>> >>> Norbert >>> >> >> > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.