X
- Y
- public class MajorLogGridlines<X,Y> extends Object
Constructor and Description |
---|
MajorLogGridlines(javafx.scene.chart.XYChart<X,Y> chart,
javafx.collections.ObservableList<javafx.scene.Node> chartChildren)
Constructs the 'major' logarithmic grid lines for an XYChart.
|
Modifier and Type | Method and Description |
---|---|
void |
layoutGridlines()
Performs a layout of the grid lines.
|
public MajorLogGridlines(javafx.scene.chart.XYChart<X,Y> chart, javafx.collections.ObservableList<javafx.scene.Node> chartChildren)
chart
- The chart desiring major grid lines.chartChildren
- The children returned by chart.getChartChildren().Copyright © 2016 Emxsys. All rights reserved.