Represents the data for a layer of reference elements.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.ReferenceElementsReferenceLayerData
Namespace: Spotfire.Dxp.Application.Visuals.ReferenceElements
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(71, 0)] public sealed class ReferenceLayerData : DocumentNode
The ReferenceLayerData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ApplyParentDataLimiting |
Gets or sets a value indicating whether the layer shall use the data limitation of the parent visualization.
If true, all limiting markings and filterings of the parent are applied as limiting for the layer, in addition
to any other limiting specified by the layers itself. The limiting where clause of the parent,
if any, is applied if the layer uses the same data table as the parent.
| |
| ColumnNameMatchTarget |
Gets or sets a value that override the standard column name matching behavior to instead match on columns from this target axis.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataTableReference |
Gets or sets the DataTable that this reference layer uses, or null if it inherits the
data table from the parent visualization.
| |
| EvaluationModes |
Gets or sets the evaluation modes, describing which axes to group by.
The grouping expressions used on the X, Color and Trellis axes are defined
by the corresponding axis in the parent visualization. However, in a
ReferenceLayer the X and Color expressions can be overridden and
additional grouping can be performed.
See EvaluationModes.
| |
| Filterings |
Gets the collection of auxiliary selections to filter the reference layer data by.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| LimitByMarking |
Gets or sets a value indicating whether to limit the reference layer to the marked data.
| |
| LimitingMarkingsEmptyBehavior |
Gets or sets the behavior for when the limiting markings are empty.
| |
| MarkingCombinationMethod |
Gets or sets a value indicating how the data marking selections shall be combined to limit
the data shown by the reference layer.
| |
| Relations |
Gets the visualizationRelations.
| |
| ShowMultipleTablesMismatchWarnings |
Gets or sets a value indicating whether to show mismatch warnings
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| UseActiveFiltering |
Gets or sets a value indicating whether to use the filtering from the page's filter panel or not.
| |
| ValueAxis |
Gets or sets a value indicating which axis in the parent visualization that is the value axis.
| |
| WhereClauseExpression |
Gets or sets the where clause expression that limits the data shown by the reference layer.
|
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| 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
Version Information
Supported in: 15.0
See Also