Skip to content
import ChartMediaInfoValueSeries from "@arcgis/core/popup/content/support/ChartMediaInfoValueSeries.js";
Inheritance:
ChartMediaInfoValueSeriesAccessor
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
ParameterTypeDescriptionRequired
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.
PropertyTypeClass
color
readonly
declaredClass
readonly inherited
fieldName
readonly
tooltip
readonly
value
readonly

color

readonly Property
Type
Color | null | undefined
Since
ArcGIS Maps SDK for JavaScript 4.28

The Color representing the field for a series.

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor

The name of the class. The declared class name is formatted as esri.folder.className.

fieldName

readonly Property
Type
string
Since
ArcGIS Maps SDK for JavaScript 4.24

String value indicating the field's name for a series.

tooltip

readonly Property
Type
string | null | undefined

String value indicating the tooltip for a series.

value

readonly Property
Type
number

Numerical value for the chart series.

Methods

MethodSignatureClass
clone(): ChartMediaInfoValueSeries

clone

Method
Signature
clone (): ChartMediaInfoValueSeries

Creates a deep clone of the ChartMediaInfoValueSeries class.

Returns
ChartMediaInfoValueSeries

A deep clone of the ChartMediaInfoValueSeries instance.