Search found 3 matches

by MWeingarden
Tue Jun 02, 2015 2:57 pm
Forum: VCL
Topic: Inverting chart / series colors automatically
Replies: 3
Views: 6155

Re: Inverting chart / series colors automatically

The themes certainly will help out. Are there any examples in C++? When I try to compile ApplyChartTheme using one of the TXxxthemes as a parameter, I am getting an error. What is the correct way to call the routine in C++ (Rad Studio XE7)?

Thank you
by MWeingarden
Thu May 28, 2015 3:50 pm
Forum: VCL
Topic: Real time graphics
Replies: 1
Views: 3836

Real time graphics

I am running TeeChart Pro V2014.12.140923 32Bit VCL with Rad Studio XE7, using C++. I am trying to run real time graphics with scrolling the data across the chart. I am following your example in the articles but am having difficulty. I am updating the graph every 200 msec, and am deleting the number...
by MWeingarden
Wed May 13, 2015 6:57 pm
Forum: VCL
Topic: Inverting chart / series colors automatically
Replies: 3
Views: 6155

Inverting chart / series colors automatically

I am displaying a chart (FastLine Series) in 2 different modes, one that is updated in real time, and one that shows past data. When real time mode is selected, I would like to invert the colors of the Chart, Axes, Titles, Series, automatically. Is there any easy way to do this? Thank you. M Weingar...