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 Objectoptional
See the properties for a list of all the properties that may be passed into the constructor.
Property Overview
Name | Type | Summary | Class | |
---|---|---|---|---|
String | more details The name of the class. | more details | Accessor | |
String | more details String value indicating the tooltip for a series. | more details | ChartMediaInfoValueSeries | |
Number | more details Numerical value for the chart series. | more details | ChartMediaInfoValueSeries |
Property Details
-
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.
Method Overview
Name | Return Type | Summary | Class | |
---|---|---|---|---|
ChartMediaInfoValueSeries | more details Creates a deep clone of the ChartMediaInfoValueSeries class. | 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.