VisualFactory Class

Spotfire 14.3 API Reference
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ExtensionVisualFactory
    Spotfire.Dxp.Application.ExtensionVisualFactoryT

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

C#
public abstract class VisualFactory

The VisualFactory type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetDisplayNameCore
Gets a string to be displayed in the user interface at the access points for creating visuals via this factory. By default, the application will use the DisplayName property of the CustomTypeIdentifier associated with this class. Override this method and return a non empty string to show something else.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetTooltipDescriptionCore
Gets a descriptive string to display in the the tooltip for this factory. The tooltip is made up of a description, that can be customized with this method, and a title that can be supplied via GetTooltipTitleCore.

Override this method and return a non empty string to provide a description. E.g "A donut chart is a pie chart with a hole in it.".

Protected methodGetTooltipTitleCore
Gets a string to display in the title of the tooltip for this factory. The tooltip is made up of a title, that can be customized via this method, and a description that can be supplied via GetTooltipDescriptionCore.

Override this method and return a non empty string to override the default behavior. E.g "Add a donut chart".

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference