Jump to content
Software FX Community

WEB SERVICES?


User (Legacy)

Recommended Posts

Not directly. In order to generate a chart you need hundreds of parameters

to define what type of chart you want, this includes fonts, colors, gallery,

titles, etc. Plus the data.

It is unpractical to pass all of these as parameters to a web service.

You can, however, build a Web service that uses Chart FX that is more

specific for your needs. For example, lets say you have Three different

charts in your application.

SalesChart

ExpensesReport

Inventory

You can build a web service that exposes THREE methods each one producing

the appropriate chart. These methods can be parameterized accordingly, they

will prepare the look-and-feel of the chart based on some specifications

and/or user preferences, retrieve the data from a pre-determined source and

produce an chart image.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...