import ChartMediaInfoValueSeries from "@arcgis/core/popup/content/support/ChartMediaInfoValueSeries.js";const ChartMediaInfoValueSeries = await $arcgis.import("@arcgis/core/popup/content/support/ChartMediaInfoValueSeries.js");- Inheritance:
- ChartMediaInfoValueSeries→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.11
The ChartMediaInfoValueSeries class is a read-only support class that represents information specific
to how data should be plotted in a chart.
It helps provide a consistent API for plotting charts used by the Popup widget.
- See also
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
fieldName
readonly Property
- Type
- string
- Since
- ArcGIS Maps SDK for JavaScript 4.24
String value indicating the field's name for a series.
Methods
| Method | Signature | Class |
|---|---|---|
clone(): ChartMediaInfoValueSeries | |
clone
Method
- Signature
-
clone (): ChartMediaInfoValueSeries
Creates a deep clone of the ChartMediaInfoValueSeries class.
- Returns
- ChartMediaInfoValueSeries
A deep clone of the ChartMediaInfoValueSeries instance.