Perform currency conversions. The ExChart component display the exchange rates between two international currencies into a given interval. As with any currency converter, it's vitally important that you have the latest exchange rates. That's why ExChange
and ExChart get the rates from Internet. Here's the list of supported
properties and methods.
| | Name | Description | |
| | Add | Adds data manually. | |
| | BackColor | Specifies the chart's background color. | |
| | Caption | Specifies the chart's caption | |
| | Clear | Clears the data. | |
| | Draw | Draws the chart of exchange rates between two international currencies in a given interval. | |
| | DrawCurrencies | Draws the currencies. | |
| | DrawGridLines | Specifies whether the chart draws the grid lines. | |
| | DrawMonths | Draws the months in the chart. | |
| | DrawRates | Draws the chart rates. | |
| | ForeColor | Specifies the chart's foreground color. | |
| | Host | Specifies the FXP server. | |
| | Port | Retrieves or sets the server's port. | |
| | Timeout | Specifies the amount of time (in seconds) the control will wait for the server response. | |
| | Version | Retrieves the control's version. | |