JavaFX Tutorial - BubbleChart Example








Constructor

  1. Java BubbleChart(Axis < X > xAxis, Axis < Y > yAxis) Constructor
  2. Java BubbleChart(Axis < X > xAxis, Axis < Y > yAxis, ObservableList < XYChart.Series < X , Y >> data) Constructor

Method