EJSC.CandlestickSeries.gain

See Also

 

Definition

 

object gain = {

       lineColor: "rgb(151,183,247)",

       lineOpacity: 100,

       color: "rgb(151,183,247),

       opacity: 50

}

 

Description

 

Defines the appearance of the points which represent a gain.

 

Example

 

var series = new EJSC.CandlestickSeries(new EJSC.DataHandler(),

       {

               gain {

                       lineColor: "#006600",

                       lineOpacity: 50,

                       color: "#000000",

                       opacity: 0

               }

       }

);