Changes between Version 1 and Version 2 of GEC9DemoVisualizer


Ignore:
Timestamp:
10/19/10 14:16:46 (14 years ago)
Author:
Mark Berman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC9DemoVisualizer

    v1 v2  
    247247}}}
    248248
    249 The attribute names are case-insensitive.  Values are case-sensitive.
     249The attribute names and values are case-sensitive.
    250250
    251251The effect of attributes are explained in this table.
     
    260260|| text || Label || String || Text to display for label (default is object name) ||
    261261|| thickness || arc || Number (default 5) || Thickness of arc ||
     262|| stringformat || scalarText || String || Value is used in c# string.format to format a double value.  Examples available at [http://www.csharp-examples.net/string-format-double/].  For example, stringFormat={0:0.00} formats a number with two decimal places. ('''in beta''' coming soon) ||
    262263|| background || All but arc || Color name || Background color of visual ('''not working''' - planned improvement, but don't count on it) ||