PopupMediaValue QML Type

  • Esri.ArcGISRuntime
  • PopupMediaValue
  • Contents of an individual media element in a Popup. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    Object

    Properties

    Signals

    Detailed Description

    Property Documentation

    fieldNames : list<string>

    The GeoElement's fields (attributes) whose values should be displayed in the chart.

    Only applicable if media is a chart.


    linkUrl : url

    The URL that defines which web address the image links to.

    Only applicable is media is an image.


    normalizeFieldName : string

    The GeoElement's field (attribute) whose value should be used to normalize values of fields.

    For example, if one field is Total Population, and another is Area, you may want to normalize Total Population by Area to see the population density.

    Only applicable if media is a chart.


    sourceUrl : url

    The image's source URL.

    Only applicable if media is an image.


    tooltipFieldName : string

    The GeoElement's field (attribute) whose value should be used to display a tooltip for sections of the chart.

    Only applicable if media is a chart.


    Signal Documentation

    fieldNamesChanged()

    Emitted when the fieldNames property changes.

    Note: The corresponding handler is onFieldNamesChanged.


    linkUrlChanged()

    Emitted when the linkUrl property changes.

    Note: The corresponding handler is onLinkUrlChanged.


    normalizeFieldNameChanged()

    Emitted when the normalizeFieldName property changes.

    Note: The corresponding handler is onNormalizeFieldNameChanged.


    sourceUrlChanged()

    Emitted when the sourceUrl property changes.

    Note: The corresponding handler is onSourceUrlChanged.


    tooltipFieldNameChanged()

    Emitted when the tooltipFieldName property changes.

    Note: The corresponding handler is onTooltipFieldNameChanged.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.