close×
==========================================
TeeChart.NET for Xamarin.iOS version 2018

Copyright (c) 2002-2018 by Steema Software SL
All Rights Reserved.

www.steema.com

Support forum
Wishes and issues
Email: info@steema.com

==========================================
Release Notes 11th Oct 2018
TeeChart.NET for iOS version 2018
Build 4.2018.10.11
==========================================

Bugfixes/changes
--------------------------
Please, check the following link for the list :
https://tinyurl.com/XamariniOS-4-1-2018-10-11

==========================================
Release Notes 19th January 2018
TeeChart.NET for iOS version 2018
Build 4.1.2018.01190
==========================================

Bugfixes/changes
--------------------------
Please, check the following link for the list :
https://tinyurl.com/XamariniOS-4-1-2018-01190

==========================================
Release Notes 17th Oct 2017
TeeChart.NET for iOS version 2017
Build 4.1.2017.10170
==========================================

Bugfixes/changes
--------------------------
Please, check the following link for the list :
https://tinyurl.com/XamariniOS-4-1-2017-10170

==========================================
Release Notes 21st Feb 2017
TeeChart.NET for iOS version 2017
Build 4.17.02.21
==========================================

Bugfixes/changes
--------------------------
Please, check the following link for the list :
http://tinyurl.com/XamariniOS-4-17-02-21


==========================================
Release Notes 12th Dec 2016
TeeChart.NET for iOS version 2016
Build 4.16.12.12
==========================================

Bugfixes/changes
--------------------------
1) Changes and improvements on Chart events
and gestures for Xamarin.iOS.

Please, check the following link for the list :
http://tinyurl.com/XamariniOS-4-16-12-12

==========================================
Release Notes 20th Jun 2016
TeeChart.NET for iOS version 2016
Build 4.16.06.20
==========================================

Bugfixes/changes
--------------------------
1) Fix iOS drawing polygon, it was pixelated
due to rounded points. Now fixed.


==========================================
Release Notes 1st Jun 2016
TeeChart.NET for iOS version 2016
Build 4.16.05.30
==========================================
Bugfixes/changes
--------------------------
1) Zoomed event was not called any time, now fixed.
You can make use of both Zoomed and UndoneZoom
events. Remember that Zoomed event will be called
once the pinch is ended, and that the UndoneZoom
will be called once the used has done a double
tap over the Chart, which resets the zoom.
Code example :
tChart1.UndoneZoom += (object sender, EventArgs e) =>
{
tChart1.Chart.Header.Text = "undonezoom";
};
tChart1.Zoomed += (object sender, EventArgs e) =>
{
tChart1.Chart.Header.Text = "zoomed";
};
2) ClipPoints does not work fine with 2D Series types,
this problem appears again and has already been
fixed.
3) Drawing image on Canvas by using the Draw method,
the image was drawn upside down, now fixed.
4) Zooming over the Series gives a null exception in
some cases, now fixed.
5) Improvements for the TeeChartBuilder demo. Removed
code for the non Unified version.
6) Improved all texts positions over the Chart, like
Series marks, legend texts,..
7) Some polygons do not draw correctly not closing path
of them, now fixed.
8) CircularGauge axis labels were not correctly positioned,
now fixed.

==========================================
Release Notes 1st July 2015
TeeChart.NET for iOS version 2015
Build 4.15.07.01
==========================================

Bugfixes/changes
--------------------------

There has been an important breaking change inside the TeeChart for
Xamarin.iOS. In order to unify as much as possible the NET code for
all the available platforms, the iOS library now uses the
System.Drawing.Color for all the Color properties.
Customers whose recompile their existing apps might get errors related
to the Color properties. In that case, the only thing to take care of,
is that now the projects must contain the reference to the
OpenTK-1.0 library, which is the one which makes possible to use the
System.Drawing.Color inside Xamarin projects. Now our library already
uses it.

One example of the change could be :
Before :
tChart1.Panel.Color = UiColor.Blue.CGColor;
Now :
tChart1.Panel.Color = Color.Blue;


==========================================
Release Notes 9th June 2015
TeeChart.NET for iOS version 2015
Build 4.15.06.09
==========================================

Bugfixes/changes
--------------------------

1) Bug 1223
TeeChart bottom axis labels are cut off in iOS,
fixed;
2) Bug 1224
White axis grid lines crash. Fixed.

==========================================
Release Notes 26th May 2015
TeeChart.NET for iOS version 2015
Build 4.15.05.26
==========================================


Bugfixes/changes
--------------------------
1) Bottom axis labels are not correctly
centered if labels angle = 90. Fixed.


==========================================
Release Notes 19th January 2015
TeeChart.NET for iOS version 2014
Build 4.15.01.19
==========================================

Bugfixes/changes
--------------------------
1) TeeChart.iOS.Unified.dll compiled with
Xamarin.iOS v8.6.0.51
2) The TeeChart.iOS unified version gives
am error compiling new projects, now
fixed.

==========================================
Release Notes 17th December 2014
TeeChart.NET for iOS version 2014
Build 4.14.12.17
==========================================

Bugfixes/changes
--------------------------
1) TeeChart.iOS.Unified.dll compiled with
Xamarin.iOS v8.6.0.32
2) New series type Rose Series has been
added.

=======================================
TeeChart.NET for Xamarin.iOS version 2014

Copyright (c) 2002-2014
by Steema Software SL
All Rights Reserved.

http://www.steema.com
email: general: info@steema.com
support forum: http://support.steema.com


==========================================
Release Notes 5th December 2014
TeeChart.NET for iOS version 2014
Build 4.14.12.05
==========================================

Bugfixes/changes
--------------------------

1) The new installer now includes the
TeeChart.iOS.dll Unified library which
supports the new Xamarin.iOS Unified API.
2) ClipPoints does not work fine with 2D
Series types, now fixed.
3) ClickSeries event did not return the
correct ValueIndex, for example using
Bar series, now fixed.
4) App craches using the Flat Theme, now it
has been fixed.
5) Specifying colors like UIColor.White.CGColor
didn't work correctly, now fixed.
6) Panning or zooming stops working if your
finger slides outside the chart area,
now fixed.
7) The internal GetCurrentContext method returns
null by calling the Draw() method, now fixed.


=======================================
Release Notes 22th October 2014
TeeChart.NET for iOS version 2014
Build 4.14.10.22
=======================================

Bugfixes/changes
--------------------------

1) Crash by doing several taps over the Chart,
now fixed.
2) Manual zoom is selected by default as the Chart is created,
it has been improved, specially the pinch gesture.
3) Added new feature which allows to Reset the
Zoom by double tapping over the Chart.
4) Several changes to the TeeChartBuilder demo.
5) DoubleTap was not recognized, now fixed.


=======================================
Please send feedback to:
http://www.teechart.net/support/index.php
=======================================

Please see all processed tickets at our Bugzilla
database by following this link:
http://bugs.teechart.net/buglist.cgi?cmdtype=runnamed&list_id=3474&namedcmd=.NET%20release%204.1.2014.08120


=======================================
Release Notes 14th January 2014
TeeChart.NET for iOS version 2012
Build 4.14.01.08
=======================================

Bugfixes/changes
--------------------------
1) [http://bugs.teechart.net/show_bug.cgi?id=90]
ColorLines property of some Gauge series not
serializing correctly. Fixed.
2) [http://bugs.teechart.net/show_bug.cgi?id=95]
Area Gradient rendering problems with large
numbers of points. Fixed.
3) [http://bugs.teechart.net/show_bug.cgi?id=73]
Remember Editor Position and Size (designtime)
not functional. Fixed.
4) [http://bugs.teechart.net/show_bug.cgi?id=104]
AxisScroll tool erroneously generating calls
to Chart Zoom. Fixed.
5) [http://bugs.teechart.net/show_bug.cgi?id=349]
Gradient Brush of TeeChart.Direct2D.dll causing
slight memory leak. Fixed.
6) [http://bugs.teechart.net/show_bug.cgi?id=358]
Multiple clipping regions for Direct2D canvas
not functional. Fixed.
7) [http://bugs.teechart.net/show_bug.cgi?id=385]
With one axis label showing, axis itself is not
perfectly positioned. Fixed.
8) [http://bugs.teechart.net/show_bug.cgi?id=381]
Axis labels now respond to clicks when their
angle is greater than zero.
9) [http://bugs.teechart.net/show_bug.cgi?id=17]
Darvas BoxBrush color lost when changing from
ColorEach true to false. Fixed.
10)[http://bugs.teechart.net/show_bug.cgi?id=21]
Annotation tool Click event not responding
correctly for all positions. Fixed.
11)[http://bugs.teechart.net/show_bug.cgi?id=23]
Legend Symbol DefaultPen setting irreversible.
Fixed.
12)[http://bugs.teechart.net/show_bug.cgi?id=29]
Right Wall height incorrect when Size greater
than zero. Fixed.
13) [Regression]
Series deriving from CustomPolar not
rendering due to a clipping area of
zero size. Fixed.
14) [TF02016579]
Bar Gradient did not render properly
when perspective applied to outer
rotated bars of Bar Series when
cylinder style applied. Now fixed.
15) [No bug ID]
For rotated cylinder styled bars of Bar
Series; Infrequently, at chart rotation
extremes an AV could occur. Now fixed.
16) [No bug ID]
Top face of cylinder Bar did not
paint correctly at some elevation
angles. Fixed.


=======================================
Release Notes 11th November 2013
TeeChart.NET for iOS version 2012
Build 4.13.11.11
=======================================

1) TChartFeatures demo has been replaced by the
TeeChartBuilder exmaple which allows to work
with data for the Series types.
2) Aspect.ZoomScrollStyles has been set to
manual by default due to the improvements
applied whose make to go faster ( panning,
pinch).
3) Changes to work with the new Xamarin
"static registrar" option.
4) Other improvements in source code.

Bug-Fixes:

[67] - App crashes when touching Legend and
sliding finger to pan screen. Fixed.


=======================================
Release Notes 5th April 2013
TeeChart.NET for iOS version 2012
Build 4.13.04.05
=======================================

1) Map Series type does not work fine
due to resource files, now fixed.
2) The TChart Features Demo does not work
fine, now fixed.


=======================================
Release Notes 21st March 2013
TeeChart.NET for iOS version 2012
Build 4.13.03.21
=======================================

1) Automatic zoom crashes unexpectedly,
now fixed.
2) Binary files now compiled with the
latest Xamarin.iOS 6.3.0, with the
new named assemblies.
3) TeeChart NET for iOS binary file's
name has changed to TeeChart.iOS.dll.
4) Imprivements for the Zoom using pinch
over the Chart, setting the
Aspect.ZoomScrollStyles to manual.
Now it's allowd to zoom/unzoom by the
pinch gesture as it's done with
Auto ZoomScrollStyle.
5) Improvements into the TChartFeatures
demo.
6) New ipad/iphone examples included into
the installer.



=======================================
Release Notes 3rd Oct 2012
TeeChart.NET for iOS version 2012
Build 4.13.03.04
=======================================

1) Support for iOS6.

=======================================
Release Notes 25th Sept 2012
TeeChart.NET for iOS version 2012
Build 2012.0.9.25
=======================================

1) Texts widths are not correctly
calculated, now fixed.
2) Axis Title alignment does not work
correctly, now fixed.
3) Axis labels angle are not correcty
positioned for specific angles,
fixed.
4) Zoom by using pinch gesture is
randomly enabled, even the Allow
property is set to false, now
fixed.
5) Applying the BlueSkyTheme to the
chart, application crashes, fixed.

=======================================
Release Notes 11th June 2012
TeeChart.NET for iOS version 2012
Build 2012.0.6.11
=======================================

Bugfixes/changes
--------------------------
1) TChartFeatures demo does not work
fine with the lates iOS5, now
fixed. GlassButton has been removed
from the example
2) The shape's width of the legend was
not correctly drawn, now fixed.
3) Chart text was not correctly aligned
when setting its angle to 90 degrees,
fixed.

=======================================
Release Notes 28th February 2012
TeeChart.NET for iOS version 2012
Build 2012.0.2.28
=======================================

Bugfixes/changes
--------------------------
1) Imprivements on Unicode strings for
axis labels.
2) CircularGauge and KnobGauge does not
set correctly the hand value, now
fixed.
3) ClickBackground, ClickTitle,
ClickAxis and ClickLegend events are
not fired, now fixed.

=======================================
Release Notes 7th February 2012
TeeChart.NET for iOS version 2012
Build 2012.0.2.7
=======================================


Bugfixes/changes
--------------------------
1) Unicode strings not displayed correcty,
now fixed.
2) Calendrar Series gives an error related
with default font, now fixed.
3) Improvements on displaying strings, now
strings are clearer, specially using
automatic ZoomScrollStyle.
4) Pen does not appear correctly for Pie
Series, now fixed.

=======================================

Release Notes 24th January 2012
TeeChart.NET for iOS version 2012
Build 2012.0.1.24

=======================================
Please send feedback to:
http://support.steema.com
=======================================