ChartMediaInfoValueSeries
require(["esri/popup/content/support/ChartMediaInfoValueSeries"], function(ChartMediaInfoValueSeries) { /* code goes here */ });esri/popup/content/support/ChartMediaInfoValueSeriesThe ChartMediaInfoValueSeries class contains information specific to how data should be plotted in a chart.
- See also:
Constructors
- new ChartMediaInfoValueSeries(properties)
- Parameter:properties ObjectoptionalSee the properties for a list of all the properties that may be passed into the constructor. 
Property Overview
| 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 | ChartMediaInfoValueSeries | |
| Number | Numerical value indicating the x-value for the chart series.more details | more details | ChartMediaInfoValueSeries | |
| Number | Numerical value indicating the y-value for the chart series.more details | more details | ChartMediaInfoValueSeries | 
Property Details
- The name of the class. The declared class name is formatted as - esri.folder.className.
- tooltip String
- String value indicating the tooltip for a series. 
- x Number
- Numerical value indicating the x-value for the chart series. 
- y Number
- Numerical value indicating the y-value for the chart series. 
Method Overview
| Name | Return Type | Summary | Class | |
|---|---|---|---|---|
| ChartMediaInfoValueSeries | Creates a deep clone of the ChartMediaInfoValueSeries class.more details | more details | ChartMediaInfoValueSeries | 
Method Details
- clone(){ChartMediaInfoValueSeries}
- Creates a deep clone of the ChartMediaInfoValueSeries class. Returns:- Type - Description - ChartMediaInfoValueSeries - A deep clone of the ChartMediaInfoValueSeries instance.