Available translations

Image

foundations.png
image.png
The image node allows overlaying an image over the charts, controlling its position, size, and when it shall be rendered.
Content
The foremost requirement for images is that they are in the png format, 24 bits, with transparency, a low case extension, and are square.
If you envision contributing your indicator so that the community may use it, then please follow the guidelines in the contribute icons page, in particular, the Technical Requirements.
Images must the stored in the following path: Projects/Foundations/Icons/
Configuring
Configuring Image
  • codeName is the name of the image, without the.png extension.
  • size is the size at which the image shall be rendered, in pixels.
Initial Values
These are the Initial Values for Image configuration:
 {
    "codeName": "",
    "size": 10
}
Examples
This is a list of properties featured by the Image configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Image Menu
The Image node has the following Node Menu items:
The Configure menu item has the following properties:
  • action: Configure
  • actionFunction: uiObject.configEditor.activate
  • label: Configure
  • iconPathOn: configuration
  • iconPathOff: configuration
The Add Image Condition menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: imageCondition
  • actionFunction: payload.executeAction
  • label: Add Image Condition
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Image Position menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: imagePosition
  • actionFunction: payload.executeAction
  • label: Add Image Position
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Image Formula menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: imageFormula
  • actionFunction: payload.executeAction
  • label: Add Image Formula
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Delete menu item has the following properties:
  • action: Delete UI Object
  • actionProject: Visual-Scripting
  • askConfirmation: true
  • confirmationLabel: Confirm to Delete
  • actionFunction: payload.executeAction
  • label: Delete
  • iconPathOn: delete-entity
  • iconPathOff: delete-entity
Image Children
The Image node has the following childrenNodesProperties:
The Image Condition node property features the following properties:
  • name: imageCondition
  • type: node
  • autoAdd: true
The Image Position node property features the following properties:
  • name: imagePosition
  • type: node
  • autoAdd: true
The Image Formula node property features the following properties:
  • name: imageFormula
  • type: node
  • autoAdd: false
Image Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Image with other nodes:
Compatible Types: