java.lang.Object
eu.hansolo.fx.charts.series.Series
eu.hansolo.fx.charts.series.YSeries<T>
-
Property Summary
Properties inherited from class eu.hansolo.fx.charts.series.Series
animated, animationDuration, fill, name, stroke, strokeWidth, symbolFill, symbol, symbolSize, symbolStroke, symbolsVisible, textFill, visible, withWrapping -
Field Summary
Fields inherited from class eu.hansolo.fx.charts.series.Series
_animated, _animationDuration, _fill, _name, _stroke, _strokeWidth, _symbol, _symbolFill, _symbolSize, _symbolStroke, _symbolsVisible, _textFill, _visible, _withWrapping, animated, animationDuration, chartType, fill, items, name, stroke, strokeWidth, symbol, symbolFill, symbolSize, symbolStroke, symbolsVisible, textFill, UPDATE_EVENT, visible, withWrapping -
Constructor Summary
ConstructorsConstructorDescriptionYSeries()YSeries(List<T> ITEMS, ChartType TYPE, String NAME, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE) YSeries(List<T> ITEMS, ChartType TYPE, String NAME, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE, Symbol SYMBOL) YSeries(List<T> ITEMS, ChartType TYPE, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE) -
Method Summary
Methods inherited from class eu.hansolo.fx.charts.series.Series
addSeriesEventListener, animatedProperty, animationDurationProperty, dispose, fillProperty, fireSeriesEvent, getAnimationDuration, getChartType, getFill, getName, getNoOfItems, getStroke, getStrokeWidth, getSymbol, getSymbolFill, getSymbolSize, getSymbolStroke, getSymbolsVisible, getTextFill, isAnimated, isVisible, isWithWrapping, nameProperty, refresh, removeSeriesEventListener, setAnimated, setAnimationDuration, setChartType, setFill, setItems, setItems, setItems, setName, setOnSeriesEvent, setStroke, setStrokeWidth, setSymbol, setSymbolFill, setSymbolSize, setSymbolStroke, setSymbolsVisible, setTextFill, setVisible, setWithWrapping, strokeProperty, strokeWidthProperty, symbolFillProperty, symbolProperty, symbolSizeProperty, symbolStrokeProperty, symbolsVisibleProperty, textFillProperty, visibleProperty, withWrappingProperty