Actipro Silverlight Studio adds Bullet Graph

Released: Sep 28, 2012

Updates in this release

Updates in 2012.2

  • Bullet Graph - A bullet graph is a special kind of bar chart used to display a single value and make comparisons to one or more related values.
  • Box Plot - A box plot is a chart used to visualize major statistical values, such as the mean, median, and quartile values, of a data set.
  • Candlestick Chart - Candlestick charts are used to visualize price movements over time, such as changing stock or currency values.
  • IntelliPrompt Code Snippet Selection Session - A new code snippet selection session that allows an end user to display a popup containing all the available code snippets.
  • Structure Matchers - Structure matchers are a new language service added that allows a language to locate matching delimiter sets.
  • Move/Select to Matching Bracket - When the caret is next to a delimiter that is part of a delimiter set (as identified by a structure matcher), the end user can choose to move or select the caret to the matching bracket via built-in edit actions.
  • Delimiter Highlighting - Delimiter highlighting checks the text next to the caret to see if it is part of a delimiter set (as identified by a structure matcher).  In cases where a delimiter is found, it and its related delimiters can be highlighted so that the end user can easily identify the code block.
  • .NET Languages Add-on Support for C# 5.0 / VB 11.0 Syntax - The latest official C# 5.0 and Visual Basic 11.0 language specifications have added some new keywords and functionality to the languages.
  • .NET Languages Add-on Resolver Improvements for Anonymous Function Results - The .NET Languages Add-on's resolver can now examine anonymous functions to try and derive the Type of their result.