Java javafx.scene.chart CategoryAxis fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.chart CategoryAxis fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.chart CategoryAxis.

The text is from its open source code.

Constructor

CategoryAxis()
Create a auto-ranging category axis with an empty list of categories.
CategoryAxis(ObservableList categories)
Create a category axis with the given categories.

Method

ObservableListgetCategories()
Returns a ObservableList of categories plotted on this axis.
doublegetCategorySpacing()
doublegetDisplayPosition(String value)
Get the display position along this axis for a given value.
doublegetEndMargin()
doublegetStartMargin()
doublegetZeroPosition()
Get the display position of the zero line along this axis.
voidsetCategories(ObservableList value)
The ordered list of categories plotted on this axis.
voidsetEndMargin(double value)
voidsetGapStartAndEnd(boolean value)
voidsetStartMargin(double value)
StringtoRealValue(double value)
All axis values must be representable by some numeric value.