Interface ValueItem

All Superinterfaces:
Item
All Known Implementing Classes:
ValueChartItem

public interface ValueItem extends Item
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.DoubleProperty
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the value of the property value.
    void
    setValue(double value)
    Sets the value of the property value.
    javafx.beans.property.DoubleProperty
     

    Methods inherited from interface eu.hansolo.fx.charts.data.Item

    getFill, getName, getStroke, getSymbol, isEmptyItem, setSymbol
  • Property Details

  • Method Details

    • 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: