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 […]
Month: April 2014
Converting VCL/FMX and ActiveX templates to .NET.
Over the years, a number of TeeChart users have asked how to convert the charts they created either using TeeChart VCL/FMX or ActiveX to the .NET version, enabling them to more easily port their previously created charting projects to .NET. Well, this is possible! It might not be the ideal or perfect solution but it’s an approximation that […]
TeeChart WPFDirect2D Beta
I’m pretty excited to announce the public availability of TeeChart.WPFDirect2D.dll, a new assembly in the TeeChart for .NET family. This assembly functions with SlimDX to produce a seamless Direct2D experience within the WPF framework, producing increases of rendering performance by at least a factor of two (>=200%). The binary version of a demo app which includes […]