Packagecom.anychartstock.info
Classpublic class SeriesValueInfo

The SeriesValueInfo class represents a data field information.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
SeriesValueInfo(info:Object)
Constructor.
SeriesValueInfo
Property detail
currentproperty
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
firstproperty 
first:Number  [read-only]

Value of the field from the first point in a series.

Implementation
    public function get first():Number
firstSelectedproperty 
firstSelected:Number  [read-only]

Value of the field from the first visible point in a series.

Implementation
    public function get firstSelected():Number
firstVisibleproperty 
firstVisible:Number  [read-only]

Value of the field from the first visible point in a series.

Implementation
    public function get firstVisible():Number
lastproperty 
last:Number  [read-only]

Value of the field from the last point in a series.

Implementation
    public function get last():Number
lastSelectedproperty 
lastSelected:Number  [read-only]

Value of the field from the last visible point in a series.

Implementation
    public function get lastSelected():Number
lastVisibleproperty 
lastVisible:Number  [read-only]

Value of the field from the last visible point in a series.

Implementation
    public function get lastVisible():Number
maxproperty 
max:Number  [read-only]

Maximal value of the field in a series.

Implementation
    public function get max():Number
maxVisibleproperty 
maxVisible:Number  [read-only]

Maximal value of the field in the visible range of a series.

Implementation
    public function get maxVisible():Number
minproperty 
min:Number  [read-only]

Minimal value of the field in a series.

Implementation
    public function get min():Number
minVisibleproperty 
minVisible:Number  [read-only]

Minimal value of the field in the visible range of a series.

Implementation
    public function get minVisible():Number
Constructor detail
SeriesValueInfo()constructor
public function SeriesValueInfo(info:Object)

Constructor.

Parameters
info:Object — Object with fields: current, first, last, min, max, firstVisible, lastVisible, minVisible, maxVisible.