Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets a collection of methods for executing transactions on the document.
Gets or sets the type identifier for the visual. By setting this property, the visual is converted to the specified type.
Gets the visual as the specified type.
Generic type argument
The visual; otherwise null.
Configures a newly created visual with reasonable default values given the current data set.
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 called once. It implicity calls Spotfire.Dxp.Application.Visual.ApplyUserPreferences.
This class represents either a visualization or a text area.
Remark
The type is determined by the Spotfire.Dxp.Application.Visual.TypeId property, which typically is one of the Spotfire.Dxp.Application.Visuals.VisualTypeIdentifiers. By setting the TypeId property, the visual is converted to the new type. Since the user can convert any visual at any time via the user interface, the TypeId must always be determined before calling Spotfire.Dxp.Application.Visual.As to get the specific visualization (or text area) type. Although the visualization methods and properties are sometimes declared on abstract base classes such as Spotfire.Dxp.Application.Visuals.TablePlotBase and Spotfire.Dxp.Application.Visuals.TrellisVisualization, always use the concrete visualization classes, such as Spotfire.Dxp.Application.Visuals.BarChart, directly.
Since
2.0