-
Property Summary
Properties
javafx.beans.property.ObjectProperty<ChartItem>
javafx.beans.property.ObjectProperty<ChartItem>
javafx.beans.property.DoubleProperty
-
Method Summary
javafx.beans.property.ObjectProperty<ChartItem>
javafx.beans.property.ObjectProperty<ChartItem>
Gets the value of the property categoryX.
Gets the value of the property categoryY.
double
Gets the value of the property value.
void
Sets the value of the property categoryX.
void
Sets the value of the property categoryY.
void
Sets the value of the property value.
javafx.beans.property.DoubleProperty
-
Property Details
-
categoryX
javafx.beans.property.ObjectProperty<ChartItem> categoryXProperty
- See Also:
-
-
categoryY
javafx.beans.property.ObjectProperty<ChartItem> categoryYProperty
- See Also:
-
-
value
javafx.beans.property.DoubleProperty valueProperty
- See Also:
-
-
Method Details
-
getCategoryX
Gets the value of the property categoryX.
- Property description:
-
setCategoryX
Sets the value of the property categoryX.
- Property description:
-
categoryXProperty
javafx.beans.property.ObjectProperty<ChartItem> categoryXProperty()
- See Also:
-
-
getCategoryY
Gets the value of the property categoryY.
- Property description:
-
setCategoryY
Sets the value of the property categoryY.
- Property description:
-
categoryYProperty
javafx.beans.property.ObjectProperty<ChartItem> categoryYProperty()
- See Also:
-
-
getValue
double getValue()
Gets the value of the property value.
- Property description:
-
setValue
void setValue(double value)
Sets the value of the property value.
- Property description:
-
valueProperty
javafx.beans.property.DoubleProperty valueProperty()
- See Also:
-