B4J Library [B4X] [XUI] xChart Class and b4xlib - klaus    Feb 4, 2025   (104 reactions)   tags: Klaus, B4X xChart Class : xChartMini.
Learning B4XViews and XUI, I wrote this CustomView xChart Class.
It is an evolution of Erels' Android Charts Framework.
The xChart custom view is a B4X libary.
It works on all three... 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 ?... B4J Question xChart lib, DynamicLines - any smoothing option ? - peacemaker    Sep 24, 2022 HI, All Is there possibility to make DynamicLines like some ... Dynamic smooth curves ?... B4J Tutorial https://github.com/knowm/XChart - Johan Schoeman    Apr 9, 2023   (9 reactions) .InitializeNewInstance("org.knowm.xchart.demo.charts.area.AreaChart01", Null)
Dim aa....InitializeNewInstance("org.knowm.xchart.demo.charts.area.AreaChart02", Null)
Dim aa... B4A Question [B4X] [xChart] Hide 0 values in Bar Chart - Alexander Stolte    Feb 2, 2025 https://www.b4x.com/android/forum/threads/b4x-xui-xchart-class-and-b4xlib.91830/#content
Is there a way to hide values that are 0?
The color does not quite match my background color, since I don... B4A Tutorial ? [B4X] [XUI] [B4XPages] B4A recreating Google Trends results with xCharts - Newer developers - Peter Simpson    Mar 4, 2021   (9 reactions) results using B4XPages with B4A and the xChart library. In this example I used Google Trends to search... disappointing) and I exported the results as a CSV file. Google Trends shows you two charts on one screen, the CSV file has the necessary data to recreate the charts using the excellent xChart library. I've... needed: 109061 Android screenshots below: xCharts recreating Google Trends results without figures 109062 xCharts recreating Google Trends results with figures 109063 Below is the screenshot from... B4i Tutorial ? [B4X] [XUI] [B4XPages] B4i recreating Google Trends results with xCharts - Newer developers - Peter Simpson    Mar 4, 2021   (5 reactions) results using B4XPages with B4i and the xChart library. In this example I used Google Trends to search... disappointing) and I exported the results as a CSV file. Google Trends shows you two charts on one screen, the CSV file has the necessary data to recreate the charts using the excellent xChart library. I've... needed: 109067 iOS screenshot below: xCharts recreating Google Trends results without figures 109066... two ways to populate the charts (with and without a For loop). The code in B4XMainPage is cross... B4J Question xChart: zoombar is not located well at start - peacemaker    Dec 21, 2023 Hi, All
Maybe anyone solved the situation - at first window opening in B4J, without Resize event, the xChart view has the zoombar not at the bottom placed. And sometimes its Visible is false.
Any... B4J Question xChart: variable qty of lines - peacemaker    Jun 13, 2023 HI, All and @klaus
As i can understand - is it impossible on one chart to see all these variants, manually changed?
1) 0...10 seconds - to show one line (one DB field)
2) 10...20 seconds - to show... B4J Question xChart: how to use ZoomLeftButtonClick, ZoomRightButtonClick, ZoomLeftAreaClick and ZoomRightAreaClick events ? - peacemaker    Jun 8, 2023 xChart1_ZoomLeftButtonClick
Log("ZoomLeftButtonClick")
End Sub
Sub xChart1_ZoomRightButtonClick
Log("ZoomRightButtonClick")
End Sub
Sub xChart1_ZoomLeftAreaClick
Log... Page: 1   2   3   4   5   |