Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 22 in printed book and digital formats -- plus a one-year subscription (beginning with 23.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 23.6 ('Using AI to Prototype')
Instant purchase and download via GumRoad!

COLUMN

Graphing Weights

Using Xojo's Charting

Issue: 23.6 (November/December 2025)
Author: Marc Zeedar
Author Bio: Marc taught himself programming in high school when he bought his first computer but had no money for software. He's had fun learning ever since.
Article Description: No description available.
Article Length (in bytes): 5,269
Starting Page Number: 39
Article Number: 23606
Resource File(s):

Download Icon project23606.zip Updated: 2025-11-02 23:04:24

Related Link(s): None

Excerpt of article text...

In an article in this issue ("Converting Fitbit Data"), I wrote about how I converted a decade of my weight data from my Fitbit scale in order to import it into Apple's Health app. I was successful, but discovered that Health's graph of my weight is limited to a maximum of one year.

Figure 1 shows how my data looks in Health. As you can see from the range buttons at the top of the chart, the maximum range I can select is one year. This is disappointing, as one reason to have all my weight data in Health is to see my long-term trends.

But Xojo has charting capabilities. Wouldn't it be easy to use it to create my own custom graph of my decade of weights?

It was, and it only took me a few minutes!

Setting up the Project

The first thing I did in the new project was copy and paste the globalsModule from my Fitbit conversion project. This module has a simple readFile method that I want to use to read in the weight data.

...End of Excerpt. Please purchase the magazine to read the full article.