Search found 2 matches

by swiking
Tue Jul 07, 2009 12:24 pm
Forum: ActiveX
Topic: a problem with LegendScrollBar in Tee-Chart
Replies: 3
Views: 4149

Re: a problem with LegendScrollBar in Tee-Chart

Thanks for the reply. The strategy in the post you mentioned seems fine. But there's another problem in my application: TChart1.Series(0).Count (vb) int nSeries = tcTmp->GetSeriesCount(); (vc) the number returned is usually bigger than the number of series names in legend. because some series are no...
by swiking
Mon Jul 06, 2009 1:23 pm
Forum: ActiveX
Topic: a problem with LegendScrollBar in Tee-Chart
Replies: 3
Views: 4149

a problem with LegendScrollBar in Tee-Chart

Hi, there, I have a problem with the new tee-chart. If the legend has too many items to be viewed in a plot. I can add a LegendScrollBar beside it use code like this: long index = m_TChart.GetTools().Add(tcLegendScrollBar); But when the items in the legend are all visible, I don't need the scrollbar...