This class represents either a visualization or a text area.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Application.Visual
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 66.0.19621.1485 (66.0.19621.1485)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(56, 0)] public sealed class Visual : DocumentNode, IServiceProvider
The Visual type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | CustomNodes | Gets the collection of custom nodes associated with this visual.
|
![]() | Id | Gets the unique id for this instance.
|
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | ShowTitle | Gets or sets a flag indicating whether to show the title or not.
|
![]() | Title | Gets or sets the title.
|
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
![]() | TypeId | Gets or sets the type identifier for the visual.
By setting this property, the visual is converted to the specified type.
|
Methods
Name | Description | |
---|---|---|
![]() | ApplyUserPreferences | Applies user preferences to a newly created visual.
|
![]() | As<T> | Gets the visual as the specified type.
|
![]() | AutoConfigure | Configures a newly created visual with reasonable default
values given the current data set.
|
![]() | GetRenderTrigger | Gets a trigger signaling
that the visualization has changed and needs to be re-rendered.
Note that it does not trigger when highlight changes.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Render | Obsolete. Renders the visual to the specified graphics context.
|
![]() | RenderAsync |
Renders the visual asynchronously to a PNG image with the specified settings.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetService<TService> |
Convenience generic extension method that calls GetService(Type) and casts the result.
(Defined by Extensions.) |
Explicit Interface Implementations
Remarks
Version Information
Supported in: 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also