display chart in MFC CScrollView.
Posted: Fri Feb 01, 2008 3:14 am
I want to make a chart whose width is depending on the number of data records.
that is ,the chart's width is not fixed.The more data I have ,the wider the chart is.
So I create a chart in CTestView deriving from CScrollView.
when the chart is larger than the window and I scroll the window to see the invisible part.all the chart is disappeared.There is nothing in the window.
I am a newer to teechart and vc++.
what should I do,if I want to create a large chart.
that is ,the chart's width is not fixed.The more data I have ,the wider the chart is.
So I create a chart in CTestView deriving from CScrollView.
when the chart is larger than the window and I scroll the window to see the invisible part.all the chart is disappeared.There is nothing in the window.
I am a newer to teechart and vc++.
what should I do,if I want to create a large chart.