| Package | com.anychartstock.info |
| Class | public class SeriesValueInfo |
| Property | Defined by | ||
|---|---|---|---|
| current : Number [read-only]
Value of the field from the point with the hovered date.
| SeriesValueInfo | ||
| first : Number [read-only]
Value of the field from the first point in a series.
| SeriesValueInfo | ||
| firstSelected : Number [read-only]
Value of the field from the first visible point in a series.
| SeriesValueInfo | ||
| firstVisible : Number [read-only]
Value of the field from the first visible point in a series.
| SeriesValueInfo | ||
| last : Number [read-only]
Value of the field from the last point in a series.
| SeriesValueInfo | ||
| lastSelected : Number [read-only]
Value of the field from the last visible point in a series.
| SeriesValueInfo | ||
| lastVisible : Number [read-only]
Value of the field from the last visible point in a series.
| SeriesValueInfo | ||
| max : Number [read-only]
Maximal value of the field in a series.
| SeriesValueInfo | ||
| maxVisible : Number [read-only]
Maximal value of the field in the visible range of a series.
| SeriesValueInfo | ||
| min : Number [read-only]
Minimal value of the field in a series.
| SeriesValueInfo | ||
| minVisible : Number [read-only]
Minimal value of the field in the visible range of a series.
| SeriesValueInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
SeriesValueInfo(info:Object)
Constructor.
| SeriesValueInfo | ||
| current | property |
current:Number [read-only]Value of the field from the point with the hovered date.
If series doesn't have a point with the hovered date property - returns empty string.
Implementation public function get current():Number
| first | property |
first:Number [read-only]Value of the field from the first point in a series.
Implementation public function get first():Number
| firstSelected | property |
firstSelected:Number [read-only]Value of the field from the first visible point in a series.
Implementation public function get firstSelected():Number
| firstVisible | property |
firstVisible:Number [read-only]Value of the field from the first visible point in a series.
Implementation public function get firstVisible():Number
| last | property |
last:Number [read-only]Value of the field from the last point in a series.
Implementation public function get last():Number
| lastSelected | property |
lastSelected:Number [read-only]Value of the field from the last visible point in a series.
Implementation public function get lastSelected():Number
| lastVisible | property |
lastVisible:Number [read-only]Value of the field from the last visible point in a series.
Implementation public function get lastVisible():Number
| max | property |
max:Number [read-only]Maximal value of the field in a series.
Implementation public function get max():Number
| maxVisible | property |
maxVisible:Number [read-only]Maximal value of the field in the visible range of a series.
Implementation public function get maxVisible():Number
| min | property |
min:Number [read-only]Minimal value of the field in a series.
Implementation public function get min():Number
| minVisible | property |
minVisible:Number [read-only]Minimal value of the field in the visible range of a series.
Implementation public function get minVisible():Number
| SeriesValueInfo | () | constructor |
public function SeriesValueInfo(info:Object)Constructor.
Parametersinfo:Object — Object with fields: current, first, last, min, max, firstVisible, lastVisible, minVisible, maxVisible.
|