Att ArrowProperties
Revision as of 18:42, 18 December 2020 by Lchrisman (talk | contribs) (Created page with "Category:Attributes ''New to Analytica 5.5'' = Attribute Att_ArrowProperties = This attribute is used in objects of class <code>ArrowClass</code> to encode special v...")
New to Analytica 5.5
Attribute Att_ArrowProperties
This attribute is used in objects of class ArrowClass to encode special visual properties of an arrow. It is similar to the attribute NodeInfo for nodes in that it consists of a sequence of comma-separated values. When a field is left unspecified, the value in inherited from Att_ArrowProperties.
Fields
The fields are as follows:
- version: (not used)
- bCurved: 1=Curved, 0=segmented.
- Thickness: Positive number, usually from 1 to 7.
- bDoubleLine: 1=Double line, 0=single line
- Dash style:
- 0 = solid (default)
- 1 = dash
- 2 = dot
- 3 = dash dot
- 4 = dash dot dot
- Tail cap
- 16=none (default)
- 17=square
- 18=round
- 19=diamond
- 20=arrow
- Head cap
- 16=none
- 17=square
- 18=round
- 19=diamond
- 20=arrow (default)
Comments
Enable comment auto-refresher