B4J Library [B4X] xGantt Chart - klaus    Sep 22, 2024   (32 reactions) Official holidays or free days are not taken into account, only Saturdays an Sundays. 2. Optimistic and pessimistic time estimations with the corresponding chart display. 3. Critical path. 4. Hour time line, only days are supported. etc. The class: There exist two types of display. The chart: B4J Tutorial Hansolo Charts - Johan Schoeman (first post)    Nov 22, 2022   (3 reactions) charts.data.ChartItem", Array("Item 1"))
chart1Data2.InitializeNewInstance("eu.hansolo.fx.charts.data.ChartItem", Array("Item 2"))
chart1Data3.InitializeNewInstance("eu.hansolo.fx.charts.data.ChartItem", Array("Item 3"))
chart1Data4.InitializeNewInstance("eu.hansolo.fx.charts.data.ChartI B4J Tutorial [BANanoWebix] Lesson 7: Charts - Part 1 - Mashiane    Jun 19, 2019   (4 reactions) This is the chart data we are using across all these charts we have specified.
Dim chartData As List
chartData.Initialize
chartData.Add(CreateMap("count" : 65, "dollars" : 130, "color" : "#ff0000", "type" : "AA"))
chartData.Add(CreateMap("count" : 120, "dollars" : 280, "color" : "#00ff0 B4A Library Google Charts - NJDude    Mar 16, 2015   (18 reactions) gChart.ShowPieChart
The charts included are:
- Pie (3D and Donut).
- Bar.
- Combo (Bar, Area, Stepped Area, Line).
- Histogram.
- Scatter.
- Bubble.
- Geo.
Features:
- Use custom fonts (Online fonts via Google Fonts or local).
- Save charts.
- Print charts.
For more details about the use of B4J Question Charts line chart - klaus (first post)    Mar 20, 2020   (2 reactions) It would have more efficient if you had given more details and the code you are using.
I suppose that you are speaking of the Android Charts Framework class.
You use the lines chart and you add the line points with something like this:
Charts.AddLineMultiplePoints(LD, i, Array As Float(Val1, Val2), B4J Tutorial [ABMaterial]: Me like Donuts - Mashiane (first post)    Jun 12, 2018   (4 reactions) SetData(records)
'chart behave like a line chart
mmc1.behaveLikeLine = True
page.cell(3,2).AddComponent(mmc1.ABMComp)
'bar chart
Dim mmc2 As MashMorrisChart
mmc2.Initialize(page,"mmc2", "250px")
'define the chart type
mmc2.ChartType = mmc.EnumMorrisChartType.Bar
B4A Question Exception With Charts - Marcos Alves    Jul 11, 2018 ChartDescription = "Teste"
Chart1.ChartDescriptionColor = Colors.Blue
Chart1.ChartDescriptionTextSize = 15
Chart1.ValueTextColor = Colors.White
Chart1.ValueTextSize = 12.0
Chart1.LegendText = LegendArray
Chart1.ChartData = ValueArray
Chart1.DoubleTapToZoomE B4J Tutorial [XLUtils] Word document with 200 charts - Erel    Jun 21, 2021   (18 reactions) https://www.b4x..gif This example visualizes the data from: https://ourworldindata.org/coronavirus-source-data As the CSV data is quite large, a trimmed dataset is included in the example. The full dataset is available here: https://covid.ourworldindata.org/data/owid-covid-data.csv It uses Klaus e B4J Tutorial javafx charts / graphs - LineChart, PieChart, BarChart, AreaChart, Horizontal BarChart, Stacked BarChart, Stacked AreaChart - Johan Schoeman    May 03, 2021   (12 reactions) This is an "inline java code" example for the javafx line chart. It has very basic functionality at present.
You will need javafx.controls.jar. I found the jar on my computer at:
C:\Java\jdk-11.0.1\jdk-11.0.1\javafx\lib
You can download javafx.controls.jar from here:
1lGvAUmR4EPs7ZIW0BQId-g7QkifQ B4A Question xChart: Difference between yx_chart, line and h_line chart? - klaus (first post)    Nov 15, 2022   (3 reactions) What kind of data do you want to display ? LINE chart shows lines. The X axis ticks are strings. H_LINE charts are the same as LINE charts but the X axis is vertical and the Y axis is horizontal. The X axis can be on the top or on the bottom of the chart. The X scale can be bottom / top or top / bo Page: 1   2   3   4   5   6   7   Powered by ColBERT |