About Charts and Gauges

Chart and gauge components are defined in the Specify Chart Settings and Specify Gauge Settings dialog boxes. These components are rendered using the FusionCharts charting package.

Adding a Chart to a Form

To create a chart on a form:

  1. With the form open, enter Design Mode.
  2. From the toolbox, select Chart.
  3. Do one of the following:
  4. From the Component property sheet, under Data Source, click in the Binding option and click the ellipses at the right to open the Edit Component Data Binding dialog box.
  5. In the Type field, specify Chart and click Edit to open the Specify Chart Settings dialog box.
  6. Specify the chart settings, as described in Specify Chart Settings Dialog Box. You must specify at least this information:
  7. Click Preview to see what your chart will look like using the options you selected.

    Note: The previewed example does not show Framework data.

  8. Use the other tabs on the Specify Chart Settings Dialog Box to set up additional options for the chart. The Chart XML tab displays the XML code that will be used to generate the chart.
  9. Click Apply and then click OK.
  10. Click OK to close the Edit Component Dialog box.
  11. Save your changes to the form and exit Design Mode.

Adding a Gauge to a Form

To create a gauge on a form:

  1. With the form open, enter Design Mode.
  2. From the toolbox, select Gauge.
  3. Do one of the following:
  4. From the Component property sheet, under Data Source, click in the Binding option and click the ellipses at the right to open the Edit Component Data Binding dialog box.
  5. In the Type field, specify Gauge and click Edit to open the Specify Gauge Settings dialog box.
  6. Specify the gauge settings, as described in Specify Gauge Settings Dialog Box. You must specify at least this information:
  7. Click Preview to see what your gauge will look like using the options you selected.

    Note: The previewed example does not show Framework data.

  8. Use the other tabs on the Specify Gauge Settings Dialog Box to set up additional options for the gauge. The tabs that are enabled depend on the type of gauge you selected. The Gauge XML tab displays the XML code that will be used to generate the gauge.
  9. Click Apply and then click OK.
  10. Click OK to close the Edit Component Dialog box.
  11. Save your changes to the form and exit Design Mode.

Related Topics

Specify Chart Settings Dialog Box

Specify Gauge Settings Dialog Box

About Critical Numbers