Android Chart - Examples
SciChart Android ships with ~90Â Android Chart Examples which you can browse, play with, view the source-code and even export each SciChart Android Chart Example to a stand-alone Android Studio project. All of this is possible with the new and improved SciChart Android Examples Suite, which ships as part of our Android Charts SDK.
Demonstrates how to use ColumnRenderableSeries3D type and create a 3D Sparse Column Chart in SciChart Android. The ColumnRenderableSeries3D accepts either XyzDataSeries3D for sparse points, or UniformGridDataSeries3D for an NxM array of points.
Column charts are typically used when you need to compare a single category of data between sub-items.
The SciChart Android API for column series allows to have a different number of column rows. It lets manipulating the column size, as well as supports different columns’ shapes out of the box: SpherePointMarker3D, CubePointMarker3D, PyramidPointMarker3D, CylinderPointMarker3D
SciChart Android Documentation:
The full source code for the Android 3D Sparse Column Chart example is included below (Scroll down!).
Did you know you can also view the source code from one of the following sources as well?
- Clone the SciChart.Android.Examples from Github.
- Or, view source and export each example to an Android Studio project from the Java version of the SciChart Android Examples app.
- Also the SciChart Android Trial contains the full source for the examples (link below).