Represents the horizontal legend docking placement.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsHorizontalLegendDock
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(56, 0)] [ImmutableAttribute] public sealed class HorizontalLegendDock : IObjectReference
The HorizontalLegendDock type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Bottom |
The legend is docked to the bottom.
| |
| Top |
The legend is docked to the top.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IObjectReferenceGetRealObject | Returns the real object that should be deserialized,
rather than the object that the serialized stream specifies.
|
Version Information
Supported in: 14.7, 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
See Also