Represents a constant value replacement.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsHeatMapEmptyValueReplacement
Spotfire.Dxp.Application.VisualsHeatMapEmptyValueReplacementConstant
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class HeatMapEmptyValueReplacementConstant : HeatMapEmptyValueReplacement
The HeatMapEmptyValueReplacementConstant type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Value |
Gets the constant value.
|
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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from HeatMapEmptyValueReplacement.) |
Version Information
See Also