Basics
Guides
API Reference
Basics
Guides
API Reference
[12:7] extends: FxObj
Aussom helper class representing a named data series used when building XY chart data for JavaFX charts. Each ChartSeries wraps a JavaFX XYChart.Series and accepts individual data points added via addPoint(). The companion PieSlice class wraps a single labeled value used to build the slice data for a PieChart.
ChartSeries (string Name = "")
Creates a new XY chart data series with an optional name.
Name is a string with the series name, or empty for an unnamed series.addPoint (X, Y)
Adds a data point to the series.
X is the X value.Y is the Y value.this object for chaining[41:7] extends: FxObj
Represents a single slice in a PieChart.
PieSlice (string Name, double Value)
Creates a new pie chart data slice with a label and numeric value.
Name is a string with the slice label.Value is a double with the numeric value of the slice.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.