CustomVisualFactory T  Class TIBCO Spotfire 6.0 API Reference
Factory base class for creating custom visuals. A custom visual inherits from CustomVisual. Extend this class to provide AutoConfigure logic to your visual.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application.Extension VisualFactory
    Spotfire.Dxp.Application.Extension VisualFactory T 
      Spotfire.Dxp.Application.Extension CustomVisualFactory T 

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

public class CustomVisualFactory<T> : VisualFactory<T>
where T : CustomVisual
Type Parameters

T
Remarks

Visual factories are registered with the application by overriding the RegisterVisuals(AddIn VisualRegistrar) method.
See Also