Overview
Data series for Bubble Chart
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | bubbleCreator | function(:Series,:int,:Data,:int,:Paint):Node | ![]() | ![]() | ![]() |
The bubbleCreator factory to create bubble nodes for the data items in this series. ![]() The bubbleCreator factory to create bubble nodes for the data items in this series. If the data item has a explicitly set bubble then that is used in preference. If null then the charts bubbleCreator is used, if there is no chart bubbleCreator then a default bubble is used |
|
public | data | Data[] | ![]() | ![]() | ![]() |
The bubble chart data items in this series |
Inherited Variables
javafx.scene.chart.data.Series
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | fill | Paint | ![]() | ![]() | ![]() |
The fill to use for this series and for this series's data items if the data item's fill is null |
|
public | name | String | ![]() | ![]() | ![]() |
The user displayable name for this series |
|
public-read protected | seriesData | Data[] | ![]() | subclass | subclass |
Sequence of data items that make up this series |