Package | Description |
---|---|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
Class and Description |
---|
Axis
Base class for all axes in JavaFX that represents an axis drawn on a chart area.
|
Axis.TickMark
TickMark represents the label text, its associated properties for each tick
along the Axis.
|
Chart
Base class for all charts.
|
LineChart.SortingPolicy
This enum defines a policy for
LineChart.axisSortingPolicyProperty() . |
NumberAxis
A axis class that plots a range of numbers with major tick marks every "tickUnit".
|
PieChart
Displays a PieChart.
|
PieChart.Data
PieChart Data Item, represents one slice in the PieChart
|
ValueAxis
A axis who's data is defined as Numbers.
|
XYChart
Chart base class for all 2 axis charts.
|
XYChart.Data
A single data item with data for 2 axis charts
|
XYChart.Series
A named series of data items
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.