HighchartsPSARSeriesParamsOptions class
Highcharts Options Widget.
- Inheritance
 - 
    
- Object
 - HighchartsOptionsBase
 - HighchartsPSARSeriesParamsOptions
 
 
Constructors
Properties
- decimals ↔ double?
 - 
  Number of maximum decimals that are used in PSAR calculations.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - increment ↔ double?
 - 
  Acceleration factor increases by increment each time
the extreme point makes a new high.
  getter/setter pair
 - index ↔ double?
 - 
  Index from which PSAR is starting calculation
  getter/setter pair
 - initialAccelerationFactor ↔ double?
 - 
  The initial value for acceleration factor.
Acceleration factor is starting with this value
and increases by specified increment each time
the extreme point makes a new high.
AF can reach a maximum of maxAccelerationFactor,
no matter how long the uptrend extends.
  getter/setter pair
 - maxAccelerationFactor ↔ double?
 - 
  The Maximum value for acceleration factor.
AF can reach a maximum of maxAccelerationFactor,
no matter how long the uptrend extends.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJSON(
) → String  - 
  Serializes the settings to a JSON string.
  inherited
 - 
  toOptionsJSON(
StringBuffer buffer) → void  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited