views:

14

answers:

0

Flex offers 1 point (One Y for every X , eg: scatter Plot).

Flex offers 4 points ( 4 Y values , high-low-open-close for every X eg: Candle stick).

Is there a way we can either customize the candle Stick, to show only 3 points? I also need the high-low-open to be "Dots" or "Diamonds". Currently they all end with nothing.

I have currently made close= open, but the graph looks like a "cross".

The other way of asking is,

a candle stick chart where high-low-open-close are connected with dots. If open=close, then it will match what i need.