Click or drag to resize

ViewAPIAutoAnalyseColumn Method

Auto generate reports for the specified column.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void AutoAnalyseColumn(
	long columnId,
	Dictionary<string, Object> config
)

Parameters

columnId
Type: SystemInt64
The id of the column.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also