Click or drag to resize

aceColorPaletteAppendDataFields Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends its data points into new or existing property collection

Namespace:  imbSCI.Core.reporting.colors
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyCollection AppendDataFields(
	PropertyCollection data = null
)
Request Example View Source

Parameters

data (Optional)
Type: System.DataPropertyCollection
Property collection to add data into

Return Value

Type: PropertyCollection
Updated or newly created property collection

Implements

IAppendDataFieldsAppendDataFields(PropertyCollection)
See Also