Xceed DataGrid for Silverlight Documentation
StatResultConverter Class
Members 


Represents a converter that can be used to format the result of a statistical function, as well as display a user-friendly message when an exception occurs within the function during the calculation of its result.
Syntax
'Declaration
 
Public Class StatResultConverter 
   Inherits StringFormatConverter
'Usage
 
Dim instance As StatResultConverter
public class StatResultConverter : StringFormatConverter 
Remarks

The messages returned by a StatResultConverter when an exception occurs during the calculation of a statistical function's result depend on the type of the exception that was thrown. The following table provides a list of exceptions for which default messages have been provided: 

Exception Default message
DivisionByZeroMessage #DIV/0#
InvalidValueMessage #VALUE#
NotSupportedStatFunctionMessage #NOTSUPPORTED#
OverflowMessage #OVER#

Inheritance Hierarchy

System.Object
   Xceed.Silverlight.DataGrid.Converters.StringFormatConverter
      Xceed.Silverlight.DataGrid.Converters.StatResultConverter

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StatResultConverter Members
Xceed.Silverlight.DataGrid.Converters Namespace

Send Feedback