Popup Media Value
Represents the popup media values that are depending on the type of media.
Since
200.1.0
See also
Constructors
Properties
An array of colors to be used in charts, where each color
sequentially corresponds to a field in the PopupMediaValue.fieldNames property. When the popup media type is PopupMediaType.LineChart, the first color in the array will drive the line color and other colors are ignored. If the color array is longer than PopupMediaValue.fieldNames, additional colors are ignored. If the color array is shorter than PopupMediaValue.fieldNames, a default color ramp will be applied when generating the chart (e.g. by using PopupMedia.generateChart).
The attribute values for the pop-up media's fields defined in PopupMediaValue.fieldNames. This property is populated when Popup.evaluateExpressions is called. For PopupMediaValue objects used with an image or if PopupElement.isEvaluated is false, this will be an empty collection. The data will be normalized if PopupMediaValue.normalizeFieldName is not empty.
The field names of the fields to display in the chart.
The user-friendly display names for the pop-up media's fields defined in PopupMediaValue.fieldNames. This property is populated when Popup.evaluateExpressions is called. For PopupMediaValue objects used with an image or if PopupElement.isEvaluated is false, this will be an empty collection.
The optional field used to normalize the chart.
The tooltip field name.