Search found 2 matches

by khera
Tue Mar 23, 2004 1:44 pm
Forum: VCL
Topic: Data sorting
Replies: 1
Views: 5540

Data sorting

Hello everybody, I've got a big problem. I use TeeChart Pro v.6.01 with C++ Builder 6. I create a chart with DBChart component and create series for this chart like this: for(int i=0; i<iSeriesCount; i++) { NewSeries = new TLineSeries (CView); NewSeries->ParentChart = CView; } Then I associate data ...
by khera
Wed Feb 25, 2004 11:07 am
Forum: VCL
Topic: chart editor tabs hidding
Replies: 1
Views: 5959

chart editor tabs hidding

Hi everyone :)
I have a problem: I use a TDBChart, TTeeCommander and TChartPageNavigator component. I want to hide some tabs in chart editor before opening this editor from TeeCommander. Can you tell me how I can do this? I work with CBuilder 5 and TeeChart Pro VCL v.6.01

Thanks