PieLayer Class

Spotfire 14.2 API Reference

Note: This API is now obsolete.

A layer which renders pie charts on a map chart.
Inheritance Hierarchy

SystemObject
  Node
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.VisualsMapChartLayer
        Spotfire.Dxp.Application.VisualsSymbolLayer
          Spotfire.Dxp.Application.VisualsPieLayer

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
[ObsoleteAttribute("Use Spotfire.Dxp.Application.Visuals.Maps.MapChartDataLayer and Spotfire.Dxp.Application.Visuals.Maps.MarkerLayerVisualization instead.")]
public sealed class PieLayer : SymbolLayer

The PieLayer type exposes the following members.

Properties

  NameDescription
Public propertyColorAxis
Gets the color axis.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyDetails
Gets the details.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyLabelColumn
Gets the label column.
(Inherited from SymbolLayer.)
Public propertyLabelFont Obsolete.
Gets or sets the font used for the labels.
(Inherited from SymbolLayer.)
Public propertyLabelFontMetadata
Gets or sets the font used for the labels.
(Inherited from SymbolLayer.)
Public propertyLabelImageSize
Gets or sets the size of labels showing images.
(Inherited from SymbolLayer.)
Public propertyLabelRenderer
Gets the label renderer settings.
(Inherited from SymbolLayer.)
Public propertyLabelVisibility
Gets or sets a value indicating label visibility.
(Inherited from SymbolLayer.)
Public propertyMarkerByAxis
Gets the axis to group markers by.
(Inherited from SymbolLayer.)
Public propertyMarkerLabelLayout
Gets or sets the marker label layout.
(Inherited from SymbolLayer.)
Public propertyMarkerSize
Gets or sets the size of the markers.
(Inherited from SymbolLayer.)
Public propertyMaxNumberOfLabels
Gets or sets a value indicating max number of drawn labels.
(Inherited from SymbolLayer.)
Public propertyName
Gets the name.
(Overrides MapChartLayerName.)
Public propertyPositioningMethod
Gets or sets the positioning method.
(Inherited from SymbolLayer.)
Public propertySectorSizeAxis
Gets the sector size axis.
Public propertyShowEmptyLabels
Gets or sets a value indicating whether a label with empty content should be shown or not.
(Inherited from SymbolLayer.)
Public propertySizeAxis
Gets the size axis.
(Inherited from SymbolLayer.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyVisualAttributes
Gets the visual attributes, such as labels and how the pie sectors are drawn.
Public propertyXAxis
Gets the ScaleAxis for the x-axis.
(Inherited from SymbolLayer.)
Public propertyYAxis
Gets the ScaleAxis for the y-axis.
(Inherited from SymbolLayer.)
Top
Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetLabelRenderer
Sets the label renderer.
(Inherited from SymbolLayer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
Version Information

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
Obsolete (compiler warning) in 11.7
Obsolete (compiler warning) in 11.6
Obsolete (compiler warning) in 11.5
Obsolete (compiler warning) in 11.4
See Also

Reference