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

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

C#
public void AutoConfigure()
Exceptions

ExceptionCondition
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 used if you want to mimic the user's action in the application, and it should only be called once. It implicity calls ApplyUserPreferences.
Code samples on how to create and configure a visualization are available in Spotfire Technology Network.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference