Difference between revisions of "Attributes"

(nodeFontColor)
(Att_exogenousValue)
Line 39: Line 39:
  
 
=== xyExpr ===
 
=== xyExpr ===
 +
 +
Contains one external/exogenous value expression.  Recognized by Analytica 3.1 an earlier, where the expression for the X value in an XY graph was stored. 
 +
 
=== Att_exogenousValue ===
 
=== Att_exogenousValue ===
=== Att_freeIndexes ===
+
 
 +
(new to 4.0)
 +
Holds a list of external values for a result window, which can then be used as graphing dimensions.  Analytica 4.0 allows more than one external value to be brought in for plotting against the primary result of a variable.  This attribute holds a list of expressions -- most commonly, each expression consists of a single variable identifier.
 +
 
 +
The xyExpr may also contain one addition external expression.  (The reason it is split across two attributes is for greater 3.1 interoperability).
  
 
=== Att_indexRange ===
 
=== Att_indexRange ===

Revision as of 05:53, 9 February 2007

(Up to Analytica Reference)

Attribute Reference

Internal Engine

Att_versionRange

Att_canBeIn

Att_dirties

Att_showable

Att_saveAlways

Att_recordSysFunDependencies

Att_Saveable

Att_attributeType

Att_readOnly

Att_domainKids, Att_domainParents

UI State

Att_resultSlicerState

(new to 4.0)

Att_editSlicerState

(new to 4.0)

= NodeFontColor

(new to 4.0)

Controls the font color of a node in a diagram. There is no user-interface mechanism to set this, changing the font color of a node must be done through typescript. The attribute consists of three comma-separated integers, encoding Red, Green, and Blue components, with each integer being in the range of 0 to 65535. For example, the following renders the Secured_Revenues variable node using green characters:

FontColor Secured_Revenues : 0,65535,0

Graphing

xyExpr

Contains one external/exogenous value expression. Recognized by Analytica 3.1 an earlier, where the expression for the X value in an XY graph was stored.

Att_exogenousValue

(new to 4.0) Holds a list of external values for a result window, which can then be used as graphing dimensions. Analytica 4.0 allows more than one external value to be brought in for plotting against the primary result of a variable. This attribute holds a list of expressions -- most commonly, each expression consists of a single variable identifier.

The xyExpr may also contain one addition external expression. (The reason it is split across two attributes is for greater 3.1 interoperability).

Att_indexRange

Att_valueRange

Att_continuousLineStyle

Att_categoricaLineStyle

Att_stackedBar

Att_stackedLine

Att_barOverlap =

Graphing Role Attributes

These attributes are: Att_xRole, Att_yRole, Att_colorRole, Att_symbolRole, Att_symbolSizeRole, Att_originRole.

Also barOrigin.

Comments


You are not allowed to post comments.