Changes between Version 2 and Version 3 of GEC9DemoVisualizer


Ignore:
Timestamp:
10/19/10 14:18:00 (14 years ago)
Author:
Mark Berman
Comment:

Corrected case-sensitivity of attributes, added stringformat attribute.

Legend:

Unmodified
Added
Removed
Modified
  • GEC9DemoVisualizer

    v2 v3  
    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) ||
     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/].  Format string should expect a single value, which is a double.  For example, stringformat={0:0.00} formats a number with two decimal places. ('''in beta''' coming soon) ||
    263263|| background || All but arc || Color name || Background color of visual ('''not working''' - planned improvement, but don't count on it) ||