Uses of Class
com.iizix.prop.ui.chart.series.GSeriesValue
Uses of GSeriesValue in com.iizigo.panel.prop.chart
ModifierConstructorDescriptionESeriesValue
(Atom propertyAtom, GSeriesValue value) Creates the VirtualSpace group property container with the specified name.Uses of GSeriesValue in com.iizix.prop.ui.chart.series
Modifier and TypeClassDescriptionfinal class
The bubble series value with X/Y and size values.final class
The no-value data point used e.g.final class
The OHLC series value with Open, High, Mid, Low and Close values where Mid is optional.final class
The simple series value is a number.final class
The X/Y series value.Modifier and TypeMethodDescriptionfinal GSeriesValue
GSeriesValue.clone()
Clones the instance.static GSeriesValue
GSeriesValue.fromString
(String string) Creates a fill from an element.Series.getValue
(int index) Gets the series value at specified index.SeriesValue.getValue()
Gets the series value.Series.getValues()
Gets the series values as an array of values.Modifier and TypeMethodDescriptionSeries.addValue
(GSeriesValue value) Adds a new data series value.Series.addValues
(GSeriesValue... values) Adds a new data series values.void
SeriesValue.setValue
(GSeriesValue value) Sets the series value.ModifierConstructorDescriptionSeriesValue
(Atom atom, GSeriesValue value) Constructs a new series value from an Atom name.