TeeChart Pro AX v6
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, im using TeeChart Pro AX v6 of Steema Software SL. i was wondering how, if at all, can i paint a strip line in a chart insted of a regular line. thank's code example for regular line that works in my project:
chart->Series(Series).GetAsLine().SetStairs(true);
chart->Series (Series).GetAsLine().SetInvertedStairs(true);