ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  How to get the Low/High Value of particular Candlestick?
Posted by JBest on Jun-12-2015 14:21
Hi Peter,

How can I get the Low and/or High value of a particular candlestick with holding mouse over a candlestick?

JBest

  Re: How to get the Low/High Value of particular Candlestick?
Posted by Peter Kwan on Jun-13-2015 01:53
Hi JBest,

The exact details depends on which programming language edition of ChartDirector you are
using and whether you are writing a web or desktop application. May be you can use the
"Finance Chart Track Line" sample code as a reference. This sample code shows the
timeStamps/high/low/open/close/vol when the mouse moves over the candlesticks, and it
contains code to get all of these values.

Hope this can help.

Regards
Peter Kwan