B4J Library [B4X] [XUI] xChart Class and b4xlib - klaus    Feb 4, 2025   (104 reactions)   tags: Klaus, B4X xChart Class Current version 10.0
A lite version is available: xChartLite.
A mini version is also available: xChartMini.
Learning B4XViews and XUI, I wrote this CustomView xChart Class.
It is an evolution... B4A Tutorial Flow chart to help choose folder - Erel    Aug 18, 2021   (22 reactions) This flow chart will help you choose the folder in all kinds of different cases: 116811 There were reasons to use other folders in the past. Those reasons are no longer relevant, mainly due to new restrictions in Android. Other options to access local and remote files: https://www.b4x.com/android/forum/threads/saveas-let-the-user-select-a-target-folder-list-of-other-related-methods.129897/#content... B4A Library MPAndroidCharts - Various type of graphs / charts (Latest library V1.22 in post #1) - Johan Schoeman    Aug 5, 2020   (50 reactions)   tags: B4A Charts, chart graph, graficas Edit 6 Sep 2015: Post #3 adds Single Vertical Bar Charts and update for Pie Charts
Edit 8 Sep 2015 Post #6 update for Single Vertical Bar Charts
Edit 11 Sep 2015 Post #7 adds Single Line Charts
Edit... B4J Library [B4X] [XUI] xChartLite b4xlib - klaus    Jan 1, 2025   (38 reactions) Current version : 1.8
xChartLite is a b4xlib library, it is a lite version of the xChart library.
A mini version is also available: xChartMini.
It has automatic scales, automatic text size... Share My Creation Google Charts - Mashiane    Aug 16, 2013   (20 reactions)   tags: goggle chart, google This example shows how you can draw a googles chart on a webview. The code uses a two classes to do... generate the class.
Types of charts available:
Pie and 3D Pie chart
Donut
Map (markers not displaying??)
Motion Chart (not displaying yet??)
Bubble chart
Bar Chart
Stacked Bar
Gauge
Column Chart
Stacked Column
Combination Chart
Line Chart
Area Chart
Organizational Chart
Geo Chart - Regions
Geo Chart... B4J Library [B4X] [XUI] xChartMini b4xlib - klaus    Jan 2, 2025   (21 reactions) Current version : 1.5
xChartMini is a b4xlib library, it is a minimalist version of the xChartLite library which is a lite version of the full xChart library.
It has automatic scales, which can also be set manually.
Automatic text size according to the chart size.
I am convinced that many user... B4A Question xChart on xCustomListView trouble - peacemaker    Nov 2, 2018 HI, All If to use xChart on a Layout that should be loaded into items of xCustomListView - i have the error java.lang.IllegalArgumentException: width and height must be > 0 at Sub CreateListItem(Text As Map, Width As Int, Height As Int) As Panel Dim p As Panel p.Initialize("") p.SetLayout(0, 0, Width, Height) p.LoadLayout("cell_vote") 'HERE DURING Initialization 'Here in the class xcvsGraph.Initialize(xBase) Any help ?... B4A Tutorial Add Charts With Google Charts Service - Erel    Mar 24, 2014   (10 reactions) The attached project is a port of this example: Google Charts service to Basic4android. A similar example with more charts is available here: http://www.b4x.com/android/forum/threads/google-charts.31240/#post-186963 23787 23788 Google Charts is a web service that allows adding all kinds of nice looking and interactive charts. The charts are rendered in Google Charts servers. A WebView is used... and then loaded to the WebView. The code is quite simple. Note that the charts will only be displayed... B4J Library [B4X] xGantt Chart - klaus    Sep 22, 2024   (32 reactions) I have written a cross-platform xGantt chart Class.
There does also exist an xGanttLite library... chart display.
3. Critical path.
4. Hour time line, only days are supported.
etc.
The class:
There exist two types of display.
The chart:
https://www.b4x.com/android/forum/attachments....137856/
Data structure:
A xGantt chart is a composed of rows.
Each row has these properties:
1... B4A Library AndroidCharts - Pie Chart & Bar Chart & Line Chart - Johan Schoeman    Aug 30, 2015   (19 reactions) Busy wrapping this Github project. This is phase 1 - drawing a Pie Chart. The lib files are in the /files folder of the B4A project. Copy them to your additional library folder.
Edit: Latest library files are in the /files folder of the B4A project in post #13 of this thread.
Edit: New library... data point.
36979
....and when you click on a slice of the pie chart....
36980
It raises... Page: 1   2   3   4   5   6   7   |