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

Message ListMessage List     Post MessagePost Message

  add line in previous chart (MFC)
Posted by jay on Jul-20-2017 07:22
hello.

i want to add a line in the XYChart (which is set to CChartViewer previously).

i used CChartViewer.getChart() and getLayer(), and addDataset()

and then setChart()

but the chart does not change at all.

i just want to add a line without any change in XYChart. How can I do that?