Specifies the version of this Mod.
Specifies the version of the Mod JavaScript API used by the code of this Mod. Set the lowest possible version number that the Mod requires to ensure best possible backward compatibility with older Spotfire systems. Using a newer API version than specified will result in runtime errors, even if the current Spotfire system includes that API.
Specifies the name of this Mod. The name will be shown to the user when this Mod is handled in Spotfire.
Specifies the description of this Mod. The description will be shown to the user of the mod.
Only declared external resources will work in the mod. A visualization mod with external resources cannot be exported using the web client.
Specifies the properties that are stored in this Mods part of the Spotfire document. Use properties to store settings values.
Specifies the unique name used to refer to this property from the code.
Specifies the type of values stored by this property.
Specifies the value that this property will have when an instance of the Mod is created.
Specifies how Spotfire computes the data consumed by the Mod.
Specifies that the Mod shall have a color axis.
Specifies behavior and properties of how this axis is shown in the legend.
Specifies whether to initially show or hide the item for this axis in the legend.
Specifies the axes that defines how Spotfire computes the data view consumed by the Mod.
Specifies the unique named used to refer to this axis from the code.
Specifies if this axis supports having multiple measure expression when it is in continuous mode.
Specifies the placement of the axis tray for this axis.
Specifies behavior and properties of how this axis is shown in the legend.
Specifies whether to initially show or hide the item for this axis in the legend.
Specifies the title to show in the item for this axis in the legend.
Specifies behavior and properties of how a control for this axis is shown in the properties dialog.
Specifies whether to show a control for this axis in the properties dialog.
Specifies the title of the control for this axis.
Specifies how the Mod uses Spotfire native style configurable tooltips. Added in API version 1.3
Specifies whether to enable configurable tooltips, both in the API and in the properties dialog.
Specifies properties of the Spotfire Legend for the Mod.
Specifies where the Legend is initially placed. If omitted, the Legend will be placed to the right.
Specifies whether to initially show or hide the Legend. If omitted, the Legend will be shown.
All files of a mod will be saved into Spotfire. The files array lists all files so that Spotfire can save them.
Specifies properties that can be used to configure Axis and ColorAxis entries.
Specifies what kind of expressions this axis supports: categorical, continuous or both.
Specifies the mode that this axis prefers to be in. This option only applies if this axis is configured with mode 'dual'.
Specifies if this axis supports non-aggregating expressions (expressions without an aggregation method) when it is in continuous mode.
Specifies how automatic configuration is made for this axis when the Mod Visualization is created.
Specifies the heuristics to use when this axis is assigned an initial expression. Use 'none' to skip the heuristics and leave this axis with an empty expression.
Specifies the order in which this axis will be treated when the heuristics assigns the initial expression. A higher value means it will be treated before axes with a lower value. Two axes with the same value will be treated in undefined order.
Specifies which data types that this axis should support. These settings affect which expressions that Spotfire will consider valid for this axis.
Specifies whether to allow expressions with numeric data types.
Specifies whether to allow expressions with Time, Date and DateTime data types.
Specifies whether to allow expressions with TimeSpan data type.
Specifies whether to allow expressions with String data type.
Specifies whether to allow expressions with Boolean data type.
Specifies the drop target behavior for this axis.
Specifies which, from a selection of built-in icons, to use as the drop target.
Specifies the text to display when dragging an expression or column over the drop target. Use {0} to inject the name of the item being dragged.