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

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

Profile: desktop, common

Overview

Pie Chart Data Item

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicactionfunction():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

publicexplodeFactorNumber

The factor which this data item is exploded from the pie, with 1.0 being none and 2.0 meaning the outside of the slice is twice the radius of the pie.

publicfillPaint

The fill used to fill the slice repesenting this data item

publiclabelString

The display laybel text for this data item.

The display laybel text for this data item. This is displayed around the outside of the pie with a line connecting it to the slice

 
publicstrokePaint

The stroke paint for the slice repesenting this data item

publicstrokeWidthNumber

The stroke width for the slice repesenting this data item

publicvalueNumber

The value for this data item

Inherited Variables

Inherited Functions