Candle Graph

The Candle graph or series is used to represent price information of stock over a
period of time as a set of cubic candles with upper and lower wicks.
It
has five mandatory series components, Open, Close, High, Low,
and Date. The top and bottom positions of the candles are respectively determined by the
data in the Open
and Close components, while the positions of the endpoints of the upper and lower wicks are
respectively determined by the data in the High and Low components. The
horizontal positions of
the candles are determined by the data in the Date component.
Depending on whether the value in the Close component is greater than
or equal to the value in the Open component, a candle can be drawn in two different colors,
specified by the UpCloseBrush and DownCloseBrush
properties, respectively.
See Also
|