Represents a form which can be used to create and modify chart objects within a worksheet.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java Copy Code |
---|
public class ChartForm extends JDialog |
This form can be used to insert new or edit existing Chart objects in a Worksheet. To use the form, create an instance of the ChartForm class, by providing the related worksheet or the chart to edit, and call the setVisible method.
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.mindfusion.spreadsheet.standardforms.ChartForm