Points
Properties
Points
|
| Position and Size
|
| Name
| Description
| Values accepted
| Default
|
| Data
| The Data property accepts a double[n][2] array that sets the xy-coordinate of n points.
| A double[][].
|
|
| Pos X
| The Pos X property translates the x-coordinate of all points.
| A constant or variable of type int or double.
|
|
| Pos Y
| The Pos Y property translates the y-coordinate of all points.
| A constant or variable of type int or double.
|
|
| Position []
| The Pos Array property accepts a double[2] value that translates both x and y point coordinates.
| A double array.
|
|
| Size X
| The Size X property scales the x-coordinate values of all points.
| A constant or variable of type int or double.
|
|
| Size Y
| The Size Y property scales the y-coordinate values of all points.
| A constant or variable of type int or double.
|
|
| Size []
| The Size Array property accepts a double[2] value that scales x and y coordinates.
| A double array.
|
|
| 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.
|
|
| Color
| The color used for the points.
| Use the editor provided or read about colors. If an array of Colors (or Objects), then each entry will assign the color for the corresponding point.
|
|
| Stroke
| The thickness and line style used to draw the points.
| An int or double for the thickness or an Object of the class Stroke. If an array of ints or doubles, then each point can be drawn with a different thickness.
|
|