This class represents either a visualization or a text area.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.ApplicationVisual
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(67, 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.) | |
| ShowPlotIssues | Gets or sets a flag indicating whether to show the plot issues or not
| |
| ShowTitle | Gets or sets a flag indicating whether to show the title or not.
| |
| ShowTitleExpression | 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.
| |
| AsT | Gets the visual as the specified type.
| |
| AutoConfigure | Configures a newly created visual with reasonable default
values given the current data set.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| 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 | |
|---|---|---|
| GetServiceTService |
Convenience generic extension method that calls GetService(Type) and casts the result.
(Defined by Extensions.) |
Explicit Interface Implementations
Remarks
Version Information
Supported in: 14.6, 14.5, 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