Series
require(["esri/support/ContentElement/Media/Chart/Series"], function(MediaInfoChartSeries) { /* code goes here */ });Class:
esri/support/ContentElement/Media/Chart/SeriesInheritance: Series Accessor
Since: ArcGIS API for JavaScript 4.10
An object that contains information specific to how data should be plotted in a chart.
Constructors
- new Series(properties)
- Parameter:properties Objectoptional
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.
| Name | Type | Summary | Class | |
|---|---|---|---|---|
| String | The name of the class. more details | more details | Accessor | |
| String | String value indicating the tooltip for a series. more details | more details | Series | |
| Number | Numerical value indicating the x-value for the chart series. more details | more details | Series | |
| Number | Numerical value indicating the y-value for the chart series. more details | more details | Series |
Property Details
The name of the class. The declared class name is formatted as
esri.folder.className.
- tooltipFieldString
String value indicating the tooltip for a series.
Numerical value indicating the x-value for the chart series.
Numerical value indicating the y-value for the chart series.
Method Overview
| Name | Return Type | Summary | Class | |
|---|---|---|---|---|
| Series | Creates a deep clone of the MediaInfoChartSeries class. more details | more details | Series |
Method Details
Loading...