The visualization for map chart marker layers (see Spotfire.Dxp.Application.Visuals.Maps.MapChartDataLayer).

2.0

Hierarchy (view full)

Implements

Methods

  • Casts this object to the specified type. Throws error on failure.

    Type Parameters

    • T1

      The target type of the cast.

    • T2

      The type of the object to cast.

    Parameters

    Returns T1

  • Determines whether the specified object is equal to the current object.

    Parameters

    • obj: any

      The object to compare with the current object.

    Returns boolean

    true if the specified object is equal to the current object; otherwise, false.

  • Serves as the default hash function.

    Returns number

    A hash code for the current object.

  • Returns a string that represents the current object.

    Returns string

    A string that represents the current object.

  • Casts this object to the specified type. Returns null on failure.

    Type Parameters

    • T1

      The target type of the cast.

    • T2

      The type of the object to cast.

    Parameters

    Returns null | T1

  • Determines whether the specified object instances are considered equal.

    Parameters

    • objA: any

      The first object to compare.

    • objB: any

      The second object to compare.

    Returns boolean

    true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

Default capability

  • get ActiveGeocodingTableReference(): null | DataTable
  • Gets the active data table used for the current geocoding configuration. May return null.

    Returns null | DataTable

    2.0

  • get AdjustMarkerSizeToZoomLevel(): boolean
  • Gets or sets a value indicating whether marker size should be adjusted to current zoom level.

    Returns boolean

    2.0

  • set AdjustMarkerSizeToZoomLevel(value): void
  • Parameters

    • value: boolean

    Returns void

  • get Context(): INodeContext
  • Gets the context of this node.

    Returns INodeContext

    2.0

  • get DefaultFontMetadata(): FontMetadata
  • Gets or sets the default font for the plot.

    Returns FontMetadata

    2.0

  • set DefaultFontMetadata(value): void
  • Parameters

    Returns void

  • get Description(): string
  • Gets or sets the plot description.

    Returns string

    2.0

  • set Description(value): void
  • Parameters

    • value: string

    Returns void

  • get HorizontalLegend(): HorizontalLegend
  • Gets the horizontal legend object for this plot.

    Returns HorizontalLegend

    2.0

  • get IsAttached(): boolean
  • Gets a value indicating whether this node is attached.

    Returns boolean

    2.0

  • get LabelFontMetadata(): FontMetadata
  • Gets or sets the font metadata used for the labels.

    Returns FontMetadata

    2.0

  • set LabelFontMetadata(value): void
  • Parameters

    Returns void

  • get LabelImageSize(): number
  • Gets or sets the size of labels showing images.

    Returns number

    2.0

  • set LabelImageSize(value): void
  • Parameters

    • value: number

    Returns void

  • get Legend(): Legend
  • Gets the legend object for this plot.

    Returns Legend

    2.0

  • get MarkerClass(): MarkerClass
  • Gets or sets the class type of the markers in this marker layer visualization. Using this property the markers can be switched between simple markers, tiled markers and separate charts (for example pies).

    Returns MarkerClass

    2.0

  • set MarkerClass(value): void
  • Parameters

    Returns void

  • get MarkerSize(): number
  • Gets or sets the size of the markers.

    Returns number

    2.0

  • set MarkerSize(value): void
  • Parameters

    • value: number

    Returns void

  • get MaxNumberOfLabels(): number
  • Gets or sets a value indicating max number of drawn labels.

    Returns number

    2.0

  • set MaxNumberOfLabels(value): void
  • Parameters

    • value: number

    Returns void

  • get PieMarker(): PieMarker
  • Gets the pie marker settings to use when this plot is configured to show pies.

    Returns PieMarker

    2.0

  • get ShapeAxis(): ShapeAxis
  • Gets the axis that can be used to alter the expression by which marker shapes are chosen.

    Returns ShapeAxis

    2.0

  • get ShowDescription(): boolean
  • Gets or sets a flag indicating whether to show the description or not.

    Returns boolean

    2.0

  • set ShowDescription(value): void
  • Parameters

    • value: boolean

    Returns void

  • get ShowEmptyLabels(): boolean
  • Gets or sets a value indicating whether a label with empty content should be shown or not.

    Returns boolean

    2.0

  • set ShowEmptyLabels(value): void
  • Parameters

    • value: boolean

    Returns void

  • get SupportsTransparency(): boolean
  • Gets a value indicating whether transparency is supported.

    Returns boolean

    2.0

  • get Title(): string
  • Gets or sets the Visual's title.

    Returns string

    2.0

  • set Title(value): void
  • Parameters

    • value: string

    Returns void

  • get Transactions(): ITransactions
  • Gets a collection of methods for executing transactions on the document.

    Returns ITransactions

    2.0

  • get Transparency(): number
  • Gets or sets the transparency for the plot.

    Returns number

    2.0

  • set Transparency(value): void
  • Parameters

    • value: number

    Returns void

  • get Trellis(): Trellis
  • Gets the trellis.

    Returns Trellis

    2.0

  • get TrellisingFollowsMainLayer(): boolean
  • Gets or sets a value indicating whether this visualization should be trellised the same way as the main trellis layer in the map chart, see Spotfire.Dxp.Application.Visuals.Maps.MapChart.TrellisLayerReference. The default value is false.

    Returns boolean

    2.0

  • set TrellisingFollowsMainLayer(value): void
  • Parameters

    • value: boolean

    Returns void

  • get TypeId(): TypeIdentifier
  • Gets the type identifier for the visual.

    Returns TypeIdentifier

    2.0

  • get UseSeparateColorForMarkedItems(): boolean
  • Gets or sets a value indicating whether to use a separate color for marked items.

    Returns boolean

    2.0

  • set UseSeparateColorForMarkedItems(value): void
  • Parameters

    • value: boolean

    Returns void

  • get Visual(): null | Visual
  • Gets the visual instance, or null if this instance is not owned by a visual.

    Returns null | Visual

    2.0

  • get XJitter(): number
  • Gets or sets the amount of jittering in the x-direction.

    Returns number

    2.0

  • set XJitter(value): void
  • Parameters

    • value: number

    Returns void

  • get YJitter(): number
  • Gets or sets the amount of jittering in the y-direction.

    Returns number

    2.0

  • set YJitter(value): void
  • Parameters

    • value: number

    Returns void

  • Configures a newly created visual with reasonable default values given the current data set.

    Returns void

    2.0

  • Automatically configures geocoding for this layer by (optionally) attempting to apply column classification, (optionally) changing the geocoding axis expression, and then applying automatic geocoding hierarchies.

    Parameters

    • forceAutoload: boolean | Boolean

      Force automatic loading of geocoding tables from the library.

    • allowChangeAxisExpression: boolean | Boolean

      truec> if the geocoding axis expression is allowed to be changed by automatic geocoding.

    • applyColumnClassification: boolean | Boolean

      If set to true, automatic column classification is applied.

    Returns boolean

    true if geocoding was applied to the layer, false otherwise.

    2.0

  • Determines whether the current plot configuration is valid.

    Returns boolean

    true if the current plot configuration is valid; otherwise, false.

    2.0

  • Refreshes data in data tables that depends on other data and is not automatically updated. This includes on-demand data with manual refresh, data functions with update behavior Manual and calculations with update behavior Invalidate. Only data tables used by this visualization will be included.

    Returns void

    2.0

  • Try to get the filter rules for the plot.

    Parameters

    Returns boolean

    false if this visualization does not support filter, rules, otherwise true.

    2.0