Xceed DataGrid for Silverlight Documentation
Initialize Method (CovarianceFunction)


An array containing the types of the columns specified by the SourcePropertyName property.

See the following table for a list of the accumulation types:

Column Data Type Accumulation Data Type
Char Double
Byte, SByte Double
Int16, UInt16 Double
Int32, UInt32 Double
Int64, UInt64 Double
Single Double
Double Double
Decimal Decimal

Initializes the statistical function specifying the types in which the values will be accumulated.
Syntax
'Declaration
 
Protected Overrides Sub Initialize( _
   ByVal sourcePropertyTypes() As Type _
) 
'Usage
 
Dim instance As CovarianceFunction
Dim sourcePropertyTypes() As Type
 
instance.Initialize(sourcePropertyTypes)
protected override void Initialize( 
   Type[] sourcePropertyTypes
)

Parameters

sourcePropertyTypes

An array containing the types of the columns specified by the SourcePropertyName property.

See the following table for a list of the accumulation types:

Column Data Type Accumulation Data Type
Char Double
Byte, SByte Double
Int16, UInt16 Double
Int32, UInt32 Double
Int64, UInt64 Double
Single Double
Double Double
Decimal Decimal

Requirements

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

See Also

Reference

CovarianceFunction Class
CovarianceFunction Members
Base Implementation in Initialize

Send Feedback