Puntos
La página “ElementsPoints” no existe en Castellano todavía.
Puede ver la página correspondiente en Inglés (si existe) aquí debajo
Properties
Points  |
Position and Size |
Name | Description | Values accepted | Default |
Data | The double[][] array of values. | A double[][]. | |
Pos X | The X coordinate for the element. | A constant or variable of type double or int. | |
Pos Y | The Y coordinate for the element. | A constant or variable of type double or int. | |
Position [] | The double[] array with the coordinates of the shape. | A double array. | |
Size X | The size of the element in the X direction. | A constant or variable of type double or int. | |
Size Y | The size of the element in the Y direction. | A constant or variable of type double or int. | |
Size [] | The double[] array with the size of the shape in each direction. | 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. | |
Color | The color used for the points. | Use the editor provided or read about colors. | |
Stroke | The thickness and line style used to draw the points. | A constant or variable of type double or int or an Object. | |