ChartMediaInfoValueSeries

require(["esri/popup/content/support/ChartMediaInfoValueSeries"], function(ChartMediaInfoValueSeries) { /* code goes here */ });
Class: esri/popup/content/support/ChartMediaInfoValueSeries
Inheritance: ChartMediaInfoValueSeries Accessor
Since: ArcGIS API 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

new ChartMediaInfoValueSeries(properties)
Parameter:
properties Object
optional

See the properties for a list of all the properties that may be passed into the constructor.

Property Overview

Any properties can be set, retrieved or listened to. See the Working with Properties topic.
NameTypeSummaryClass
String

The name of the class.

more details
more detailsAccessor
String

String value indicating the tooltip for a series.

more details
more detailsChartMediaInfoValueSeries
Number

Numerical value for the chart series.

more details
more detailsChartMediaInfoValueSeries
Number

Numerical value indicating the x-value for the chart series.

more details
more detailsChartMediaInfoValueSeries
String

Numerical value indicating the y-value for the chart series.

more details
more detailsChartMediaInfoValueSeries

Property Details

declaredClass Stringreadonly inherited

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

tooltip Stringreadonly

String value indicating the tooltip for a series.

value Numberreadonly

Numerical value for the chart series.

x Numberreadonly
Deprecated since version 4.17. Use value instead.

Numerical value indicating the x-value for the chart series.

See also:
y Stringreadonly
Deprecated since version 4.17. Use tooltip instead.

Numerical value indicating the y-value for the chart series.

See also:

Method Overview

NameReturn TypeSummaryClass
ChartMediaInfoValueSeries

Creates a deep clone of the ChartMediaInfoValueSeries class.

more details
more detailsChartMediaInfoValueSeries

Method Details

Creates a deep clone of the ChartMediaInfoValueSeries class.

Returns:
TypeDescription
ChartMediaInfoValueSeriesA deep clone of the ChartMediaInfoValueSeries instance.

API Reference search results

NameTypeModule
Loading...