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

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

Profile: desktop, common

Overview

A single data item with data for 2 axis charts

Profile: common

Variable Summary

access name type Can Read Can Init Can Write Default Value description
public action function():Void

Action function is called when this data item is clicked on, providing the data item has a visual representation that can be clicked on in the given chart type

public fill Paint

The fill paint to be used in painting this data item, if null then the series default will be used.

The fill paint to be used in painting this data item, if null then the series default will be used. If that is also null then the default will be used

 
public-read protected xDataValue Object subclass subclass

The generic data value to be plotted on the X axis

public-read protected yDataValue Object subclass subclass

The generic data value to be plotted on the Y axis

Inherited Variables

Function Summary

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

 

Inherited Functions