Gets or sets the converter that will be used to convert the content of a
StatCell.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property ResultConverter As IValueConverter |
Return Value
A reference to an
IValueConverter that will be used to convert the content of a
StatCell. By default, a
StatResultConverter 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.
Remarks
Requirements
Supported Frameworks: Microsoft .NET Framework version 3.5
See Also