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.
|
|
| Clear at Input
| Whether to clear old data whenever new data gets in.
| A boolean variable or a boolean array with true or false values.
|
|
| 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
|
| Visible
| The visibility of the element.
| A boolean variable or one of the constants true or false.
|
|
| Measured
| Whether the element affects its parent panel’s autoscaling.
| A boolean variable or one of the constants true or false.
|
|
| 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.
|
|