Packagecom.anychartstock.info
Classpublic final class EventMarkerInfo



Public Properties
 PropertyDefined by
  approximatedDate : Date
[read-only]
EventMarkerInfo
  bounds : Rectangle
[read-only]
EventMarkerInfo
  chartId : String
[read-only]
EventMarkerInfo
  customAttributes : Object
[read-only]
EventMarkerInfo
  date : Date
[read-only]
EventMarkerInfo
  groupId : String
[read-only]
EventMarkerInfo
  id : String
[read-only]
EventMarkerInfo
  seriesId : String
[read-only]
EventMarkerInfo
Public Methods
 MethodDefined by
  
EventMarkerInfo(id:String, chartId:String, seriesId:String, groupId:String, approximatedDate:Number, date:Number, customAttributes:Object, bounds:Rectangle)
EventMarkerInfo
Property detail
approximatedDateproperty
approximatedDate:Date  [read-only]Implementation
    public function get approximatedDate():Date
boundsproperty 
bounds:Rectangle  [read-only]Implementation
    public function get bounds():Rectangle
chartIdproperty 
chartId:String  [read-only]Implementation
    public function get chartId():String
customAttributesproperty 
customAttributes:Object  [read-only]Implementation
    public function get customAttributes():Object
dateproperty 
date:Date  [read-only]Implementation
    public function get date():Date
groupIdproperty 
groupId:String  [read-only]Implementation
    public function get groupId():String
idproperty 
id:String  [read-only]Implementation
    public function get id():String
seriesIdproperty 
seriesId:String  [read-only]Implementation
    public function get seriesId():String
Constructor detail
EventMarkerInfo()constructor
public function EventMarkerInfo(id:String, chartId:String, seriesId:String, groupId:String, approximatedDate:Number, date:Number, customAttributes:Object, bounds:Rectangle)Parameters
id:String
 
chartId:String
 
seriesId:String
 
groupId:String
 
approximatedDate:Number
 
date:Number
 
customAttributes:Object
 
bounds:Rectangle