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

Message ListMessage List     Post MessagePost Message

  Finance chart with XYchar with different xAxis demands
Posted by icm63 on Mar-12-2011 09:45
Attachments:
I am adding a xyChart indicator to a finance chart, however the xAxis does not match the main finance chart xAxis data. One is a date and the other is a numeric count.

          c.getPlotArea().setBackground(Chart.goldColor, Chart.goldColor, -1)
          c.addBarLayer3(AmpData, yBarColors).setBorderColor(Chart.Transparent)
          c.xAxis().setLabels(xLabelsALL)

AmpData and yBarColors are numeric arrays
xLabelsALL is a string array

Can I do this if so how ??
Issue001.jpg

  Re: Finance chart with XYchar with different xAxis demands
Posted by icm63 on Mar-14-2011 07:07
CANCEL this all sorted!