Uses of Enum Class
javafx.scene.chart.LineChart.SortingPolicy
Package
Description
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
-
Uses of LineChart.SortingPolicy in javafx.scene.chart
Modifier and TypeMethodDescriptionfinal LineChart.SortingPolicy
LineChart.getAxisSortingPolicy()
Gets the value of theaxisSortingPolicy
property.static LineChart.SortingPolicy
Returns the enum constant of this class with the specified name.static LineChart.SortingPolicy[]
LineChart.SortingPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionLineChart.axisSortingPolicyProperty()
Indicates whether the data passed to LineChart should be sorted by natural order of one of the axes.Modifier and TypeMethodDescriptionfinal void
LineChart.setAxisSortingPolicy
(LineChart.SortingPolicy value) Sets the value of theaxisSortingPolicy
property.