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

Message ListMessage List     Post MessagePost Message

  Finance Chart - Indicator values are truncated
Posted by John Best on Mar-07-2019 03:02
Attachments:
Hi Peter,

I am using Finance Chart to plot the chart, with the code given below,


#####

        Set c = cd.FinanceChart(1200)
        Call c.addTitle(title)
        Call c.SetData(dt, hi, lo, op, cl, vo, ePts)
        Set mc = c.addMainChart(240)
        Call c.addCandleStick(&H8000, &HCC0000)
        Call c.addVolBars(70, &HFF&, &HFF8080, &HFF00FF)
        Call c.addBarIndicator(70, oi, &H8000, "Open Intt.")

#####

Everything is working fine, as expected. The only problem is with Bar Indicator which is plotting Open Intt. I have attached the image. why the values (at the right side, marked with red color) are truncated? What changes do I need to do?

Regards
JB
sample.png