About aiCharts for Android

Add charting to your Android applications.

aiCharts for Android is designed and optimized for Android. With a few lines of code developers can use and customize charts according to their own application style. aiCharts for Android includes many visual effects, transparency, custom drawing, data binding etc. Support of XML templates makes the process of customization easy. aiCharts for Android does not use any low level native libraries and is 100% safe for Android OS users, as it runs in completely safe managed environment of Dalvik Java VM.

Supported Chart Types

Android chart engine - aiCharts provides a set of the most used chart types:

  • Line
  • Spline
  • Point
  • Bubble
  • Column
  • Stack Column
  • Stack Column 100%
  • Bar
  • Stack Bar
  • Stack Bar 100%
  • Range Column
  • Range Area
  • Doughnut
  •  Area
  • Spline Area
  • Stack Area
  • Stack Area 100%
  • Pie
  • Polar
  • HiLoCandlestick
  • Funnel
  • Pyramid
  • Rose
  • Step Area

This set of chart types are enough for most financial and general purpose applications.

Advanced Visual Customization
aiCharts customization provides freedom for your creativeness. The library provides several layers of customization. One of them is declarative. You can attach images from Android application resources to layout XMLs in the standard Android way. Second is a real-time approach, which allows attaching of custom code during drawing. The developer has full access to all aspects of drawing. Greatest freedom is a combination of code and style, so visual templates is third way of customization. You can create XML templates defining style and layout for visual representation of data, which are easily applied in one line of code.