Represents a data layer for map charts.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.MapsMapChartLayer
Spotfire.Dxp.Application.Visuals.MapsMapChartDataLayer
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(14, 0)] public sealed class MapChartDataLayer : MapChartLayer
The MapChartDataLayer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Enabled |
Gets or sets a value indicating whether this MapChartLayer is enabled.
(Inherited from MapChartLayer.) | |
| Extent |
Gets the extent.
(Overrides MapChartLayerExtent.) | |
| IncludeInAutoZoom | Gets or sets a value indicating whether this layer's extent should be taken into account when auto-zooming.
(Inherited from MapChartLayer.) | |
| IncludeInResetViewExtent | Gets or sets a value indicating whether this layer's extent should be taken into account when resetting view extent.
(Inherited from MapChartLayer.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Projection |
Gets or sets the projection for this layer, or None if using non-geographical data.
(Inherited from MapChartLayer.) | |
| SupportsTransparency |
Gets a value indicating whether the layer supports transparency or not.
(Inherited from MapChartLayer.) | |
| Title | Gets or sets the title for this layer. (Inherited from MapChartLayer.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| Transparency |
Gets or sets the transparency.
(Inherited from MapChartLayer.) | |
| VisibleZoomLevelRange |
Gets or sets the zoom level range where this MapChartLayer is visible.
Use Unlimited for unlimited zoom level range.
(Inherited from MapChartLayer.) | |
| Visualization | Gets the layer visualization for this data layer.
|
Methods
| Name | Description | |
|---|---|---|
| AsT | Gets the layer visualization as the specified type, or null if the layer visualization is of another type.
| |
| AutoConfigure |
Auto-configures the map chart layer.
(Overrides MapChartLayerAutoConfigure.) | |
| 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: 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, 11.8
See Also