ComplexDataset  |
| Configuration |
| Name | Description | Values accepted | Default |
| Pos X | The X coordinate for the element. | A constant or variable of type double, double[] or int. | |
| Real | Real coordinate of Y input. | A constant or variable of type double, double[] or int. | |
| Imag | Imaginary coordinate of Y input. | A constant or variable of type double, double[] or int. | |
| Enabled | Whether the element is responsive to user action. | A boolean variable or one of the constants true or false. | |
| Centered | Whether to center the elements. | A boolean variable or one of the constants true or false. | |
| Connected | Whether to connect each point to the next one. | A boolean variable or one of the constants true or false. | |
| Graphical Aspect |
| Name | Description | Values accepted | Default |
| Real Color | The color for the real coordinate. | Use the editor provided or read about colors. | |
| Imag Color | The color for the imaginary coordinate. | Use the editor provided or read about colors. | |
| Marker Shape | The type of marker to draw. | Type an integer value or use the editor provided to makle a choice. Advanced user can also use the ComplexMarkerShape class. | |
| Marker Size | The size of the marker (in pixels). | An integer value. | |
| Sorted | Whether to sort the data by increasing x. | A boolean variable or one of the constants true or false. | |