Contents of an individual media element in a Popup. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- fieldNames : list<string>
- linkUrl : url
- normalizeFieldName : string
- sourceUrl : url
- tooltipFieldName : string
Signals
- fieldNamesChanged()
- linkUrlChanged()
- normalizeFieldNameChanged()
- sourceUrlChanged()
- tooltipFieldNameChanged()
Detailed Description
Property Documentation
The GeoElement's fields (attributes) whose values should be displayed in the chart.
Only applicable if media is a chart.
The URL that defines which web address the image links to.
Only applicable is media is an image.
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.
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
Emitted when the fieldNames property changes.
Note: The corresponding handler is onFieldNamesChanged
.
Emitted when the linkUrl property changes.
Note: The corresponding handler is onLinkUrlChanged
.
Emitted when the normalizeFieldName property changes.
Note: The corresponding handler is onNormalizeFieldNameChanged
.
Emitted when the sourceUrl property changes.
Note: The corresponding handler is onSourceUrlChanged
.
Emitted when the tooltipFieldName property changes.
Note: The corresponding handler is onTooltipFieldNameChanged
.