Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Data series for Scatter Chart

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicdataData[]

The scatter chart data items in this series

publicsymbolCreatorfunction(:Series,:int,:Data,:int,:Paint):Node

The symbolCreator factory to create symbol nodes for the data items in this series.

The symbolCreator factory to create symbol nodes for the data items in this series. If the data item has a explicitly set symbol then that is used in preference. If null then the charts symbolCreator is used, if there is no chart symbolCreator then a default symbol is used

 

Inherited Variables

javafx.scene.chart.data.Series

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicfillPaint

The fill to use for this series and for this series's data items if the data item's fill is null

publicnameString

The user displayable name for this series

public-read protectedseriesDataData[]subclasssubclass

Sequence of data items that make up this series

Inherited Functions

javafx.scene.chart.data.Series

protected fireChange() : Void

Fire notification of a data change to listeners

Fire notification of a data change to listeners

 
protected fireVisualChange() : Void

Fire notification of a visual only change to listeners

Fire notification of a visual only change to listeners