EJSC.CandlestickSeries.loss

See Also

 

Definition

 

object loss = {

       lineColor: "rgb(249,95,95)",

       lineOpacity: 100,

       color: "rgb(249,95,95),

       opacity: 50

}

 

Description

 

Defines the appearance of the points which represent a loss.

 

Example

 

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

       {

               loss {

                       lineColor: "#996600",

                       lineOpacity: 50,

                       color: "#000000",

                       opacity: 0

               }

       }

);