Accessing all the properties of an ActiveX control in a Visual C++ MFC project can be complicate to some developers. That’s what motivated me to write a quite detailed guide about how I created an MFC project with TeeChart v2014.0.0.1. Here the step-by-step instructions: – Create a new MFC project: – Note I used […]
Author: Yeray Alonso
Developer and coffee master at Steema Software
New SeriesRegion tool for TeeChart Java
The majority of TeeChart versions already include a tool called SeriesRegion; the time for TeeChart Java to make a step forward has arrived! To make this tool available you only have to include the according import: import com.steema.teechart.tools.SeriesRegion; Then, to use it you only need a chart and a series to link it: Line line1 […]