Visual AutoConfigure Method TIBCO Spotfire 5.5 API Reference
Configures a newly created visual with reasonable default values given the current data set.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax

public void AutoConfigure()
Exceptions

ExceptionCondition
System InvalidOperationExceptionThe node is not attached to the document.
Remarks

This method is called when a visual is created by the user, but the exact configuration produced is undefined and can change between versions. This method should only be called once. It implicity calls ApplyUserPreferences .
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also