Note: This API is now obsolete.
A layer which renders polygon features on a map chart.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Application.Visuals.MapChartLayer
Spotfire.Dxp.Application.Visuals.FeatureLayer
Spotfire.Dxp.Application.Visuals.PolygonLayer
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(3, 0)] [ObsoleteAttribute("Use Spotfire.Dxp.Application.Visuals.Maps.MapChartDataLayer and Spotfire.Dxp.Application.Visuals.Maps.FeatureLayerVisualization instead.")] public sealed class PolygonLayer : FeatureLayer
The PolygonLayer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BorderColor |
Gets or sets the border color of the geometries in this layer.
|
![]() | BorderWidth |
Gets or sets the border width of the geometries in this layer.
|
![]() | Color |
Gets or sets the primary color for this layer.
(Inherited from FeatureLayer.) |
![]() | ColorAxis |
Gets the color axis that this layer is colored by.
(Inherited from FeatureLayer.) |
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | Details | Gets the details.
(Inherited from FeatureLayer.) |
![]() | FeatureTableReference |
Gets the data table that this layer references.
(Inherited from FeatureLayer.) |
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | LabelColumn | Gets or sets the label column.
(Inherited from FeatureLayer.) |
![]() | LabelFont | Obsolete.
Gets or sets the font used for the labels.
(Inherited from FeatureLayer.) |
![]() | LabelFontMetadata |
Gets or sets the font used for the labels.
(Inherited from FeatureLayer.) |
![]() | LabelVisibility | Gets or sets a value indicating label visibility.
(Inherited from FeatureLayer.) |
![]() | Name |
Gets the name.
(Inherited from FeatureLayer.) |
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
![]() | XExtent |
Gets the X extent.
(Inherited from FeatureLayer.) |
![]() | YExtent |
Gets the Y extent.
(Inherited from FeatureLayer.) |
Methods
Name | Description | |
---|---|---|
![]() | ForEachNodeInSubTree<TNode> |
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
Obsolete (compiler warning) in 14.5
Obsolete (compiler warning) in 14.4
Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also