Pre loader

SciChart iOS/Android Changelog

[iOS] 4.7.0.5998
23 December 2025

2 new features in this release. Axis borders can now be set, either as a single border thickness or you can set each side individually.
Modifiers have a new api in line with other platforms for configuring which axes they apply to. For iOS we have a new SCIAxisDragModifier which works for both X and Y axes, and resolves issues that could occur when both SCIXAxisDragModifier and SCIYAxisDragModifier were used together.
The examples app has been updated with several new examples of these features, as well as demos of custom modifiers for user created annotations, and how to place trade marker annotations relative to a series.

Improved

Added a unified SCIAxisDragModifier that supports directional dragging, replacing the separate SCIXAxisDragModifier and SCIYAxisDragModifier classes.

Added

includeAxis api added to modifiers for improved flexibility in multi-axis scenarios

Added

Axis border style is now configurable

Fixed

Fixed tooltips for invisibleSeries were not shown when sourceMode set to AllSeries

Fixed

Resolved an issue where annotations could not be dragged while in edit mode.

Fixed

Label formatting fix for logarithmic axis

[Android] 4.7.0.4901
23 December 2025

2 new features in this release. Axis borders can now be set, either as a single border thickness or you can set each side individually.
Modifiers have a new api in line with other platforms for configuring which axes they apply to.
The examples app has been updated with several new examples of these features, as well as demos of custom modifiers for user created annotations, and how to place trade marker annotations relative to a series.

Added

includeAxis api added to modifiers for improved flexibility in multi-axis scenarios

Added

Axis border style is now configurable

Fixed

Fixed tooltips for invisibleSeries were not shown when sourceMode set to AllSeries

Fixed

Label formatting fix for logarithmic axis

[iOS] 4.6.3.5981
14 October 2025

This release fixes the issue reported by several people that modifiers were broken when updating to macOS 26, as well as a few other fixes.
There is a new example in the demo app, showing how to use a custom image as a grip to modify annotations in edit mode. Documentation for this is here

Fixed

Fix modifiers not tracking mouse movement on macOS 26 Tahoe

Fixed

Fixed Rubber Band Zoom in Y Direction

Fixed

Fixed Incorrect Rectangle Rendering for RubberBandZoom Modifier on macOS

[Android] 4.6.2.4895
11 September 2025

This is a security release to address a vulnerability in Freetype versions 2.13.0 and below which is used by SciChart. There is also a config change so that apps built in release mode will not be debuggable.

Updated

Freetype updated to 2.13.3 to address vulnerability (https://nvd.nist.gov/vuln/detail/CVE-2025-27363)

Fixed

apk should not be debuggable in release mode

[iOS] 4.6.2.5973
10 September 2025

This release addresses a vulnerability in Freetype versions 2.13.0 and below which is used by SciChart, along with some bug fixes and SDK updates.

Fixed

Resolved a UI bug where duplicate toolbars interfered with navigation in the macOS example app.

Fixed

Fixed a mouse selection offset bug in RubberBandXyZoomModifier where the selection area was shifted right due to the cumulative width of left-aligned axes.

Fixed

Fixed a layout issue where custom annotation grips were not properly aligned in vertically-oriented charts.

Updated

Updated project to ensure full compatability with latest SDK version

Fixed

Freetype updated to 2.13.3 to address vulnerability (https://nvd.nist.gov/vuln/detail/CVE-2025-27363

[Android] 4.6.1.4887
15 July 2025

The main feature of this release is Overview charts. Read more at (https://www.scichart.com/unlock-powerful-mobile-chart-navigation-with-scichartoverview)

Fixed

SciChart Android now supports Google Play's 16KB page size compatibility requirement

Added

Easy Overview Charts using SciChartOverview

Added

New example for scatter chart performance

Added

New example showing how to highlight a single series when selected

[iOS] 4.6.1.5957
15 July 2025

The main feature of this release is Overview charts. Read more at (https://www.scichart.com/unlock-powerful-mobile-chart-navigation-with-scichartoverview)

Added

Easy Overview Charts using SCIChartOverview

Fixed

RolloverModifier now properly respects sourceMode setting

Fixed

Fixed SCIRubberBandXyZoomModifier issue near axis on macOS

Fixed

Fixed modifier lines extending beyond chart bounds on macOS

Fixed

Fix crash on MacOS related to watermark when using trial license

[Android] 4.6.0.4882
25 March 2025

Examples App for 4.6.0 Released

Updated

Updated build scripts and dependencies

Updated

compileSdkVersion updated to 35 (Android 15)

Updated

Updated AGP to 8.8.2

[iOS] 4.6.0.5945
14 February 2025

Issues with the build and release process have prevented us from releasing for a while, but we have been busy. We should be back to a more regular release schedule going forward.
Examples App for 4.6.0 released

Improved

Many fixes and new examples for the new features

Improved

Examples: Info popup on examples

Added

TickLabelAlignment property

Added

axisThickness property to set fixed width of axis

Added

Background properly supported for TextAnnotation

Added

Feature: AxisMarkerCustomAnnotation

Added

Feature: ImageAnnotation

Fixed

ZoomExtents fixes

Added

Feature: allowsGestureOnAxis property for modifiers

Added

Example: Scrolling of chart in a scrollview

Added

Example: Zoom/pan for realtime chart

Added

Feature: zoomState property and delegates for zoom modifiers

Added

Feature: setDisableTouchEvent method

Added

Added privacy manifest file

Added

Example: Volume profile chart

[Android] 4.6.0.4877
14 February 2025
Added

Example: Selecteable annotation with editable label

Fixed

Fixed animation on x axis on zoomExtents

Added

Example: realtime min max annotations

Added

Feature: ImageAnnotation

[Android] 4.5.4.4865
9 July 2024
Fixed

Fixes for axis label alignments

Fixed

Fixed hitTest related crash on xyySeries

Fixed

Fixed POM file unspecified error

[Android] 4.5.0.4861
14 May 2024
Added

Example: pinch zoom on realtime chart

Added

Example: Volume profile chart

Added

Added better support for chart inside scollview

[iOS] 4.5.0.5903
16 January 2024

Official release for SciChart iOS v4.5. Adds XCode 15 compatibility. Updated examples app finally published to the App store!

Fixed

Deployment issues resolved, iOS Library and Examples published to App Store

Fixed

Solve tap gesture not recognised issue

Added

SCIOS-149 New Example - Change Column Series color on touch / tap

Updated

Made iOS Package compatible with XCode 15

Fixed

Remove debug symbol for bitcode as bitcode is not supported in XCode 15

[Android] 4.5.0.4853
19 December 2023

Official release for SciChart Android v4.5. Examples app finally published to the play store!

Fixed

Deployment issues resolved, AndroidLibrary and Examples published to Play Store

Updated

Updated multiple examples to match style & functionality guidelines from JS

Fixed

Fixed multipane stock chart demo volume bars colour on zoom out

Fixed

Fixed a crash on 3D series which occurred in the simulator

[Android] 4.5.0.4848
15 November 2023

In preparation for 4.5 release, updating styling & other properties

Added

added light & dark theme versions of trial logo

Added

added isDarkTheme property to IThemeProvider

Updated

Updated the trial watermark logo to match new branding theme

[iOS] 4.5.0-nightly.5887
11 November 2023

This release is in our queue, and will be published shortly!

Added

Added a new feature: IndexDateAxis - which combines the flexiblity of Date axis with collapsing gaps for stock market data of Category Axis

Added

Added a new IndexDateAxis Example in SciChart.iOS.Examples

Added

Added support for Gradient fill in SCIChartSurface background

Added

Added a new Market Depth Chart example/demo

Fixed

Fixed a bug in Realtime Waterfall 3D Chart

Fixed

Fixed a bug in Realtime Uniform Surface Mesh 3D Chart

Fixed

Fixed a bug in Realtime Point cloud 3D example

Fixed

Fixed multiple bugs in Realtime 3D Geoid example

Fixed

Multiple bug fixes in Objective-C examples/demos

Fixed

Fixed SCIRadialGradientBrushStyle based on radius value

Updated

Updated the style/theme of iOS Examples App throughout to match new branding style

Updated

Re-enable automatic licensing for SciChart.iOS.Examples demo app

Updated

Support for watermark images with light & dark theme

[Android] 4.5.0.4844
5 October 2023
Fixed

Fixed an issue where labels with zero showed minus (-0)

Updated

Updated examples app to target Android

[Android] 4.5.0.4844
5 October 2023
Fixed

Minor rounding issue in DoubleUtil.java

Updated

Updated examples app to target Android 13

[Android] 4.5.0.4839
21 July 2023
Fixed

Tooltip issue fix when touch location moves out of view

[Android] 4.4.1-nightly.4826
28 April 2023
Added

Added a new Simple Date Axis example

Fixed

SC_DROID-877 Fixed occasional ArrayIndexOutOfBoundsException in XySeriesInfo

Fixed

Added clear in if/else block and moved null check of labelformatter

Fixed

Sweep animation fix when any value is NaN

Fixed

Fixed Animate using X only if Y is NaN

Added

Option added for Sweep animation to animate only in the X-direction

[iOS] 4.4.2-nightly.5878
28 March 2023
Updated

SCIOS-1145 Spark Lines chart example styling

[iOS] 4.4.1-nightly.5867
7 December 2022
Added

SCIOS-1140 All heatmaps, iOS, Android now display the same data as JavaScript

Updated

Updated styling throughout the iOS Examples app

Updated

Re-ordering iOS App examples and categories

Fixed

Fixed compilation errors on SciChartDemo.Mac

Added

Added a Population Pyramid example to the Examples app