Uses of Class
org.knowm.xchart.internal.series.Series
-
Packages that use Series Package Description org.knowm.xchart org.knowm.xchart.internal.chartpart org.knowm.xchart.internal.series -
-
Uses of Series in org.knowm.xchart
Subclasses of Series in org.knowm.xchart Modifier and Type Class Description classBoxSeriesclassBubbleSeriesA Series containing X, Y and bubble size data to be plotted on a ChartclassCategorySeriesA Series containing category data to be plotted on a ChartclassDialSeriesA Series containing Radar data to be plotted on a ChartclassHeatMapSeriesA Series containing X, Y and heatData data to be plotted on a ChartclassOHLCSeriesclassPieSeriesA Series containing Pie data to be plotted on a ChartclassRadarSeriesA Series containing Radar data to be plotted on a ChartclassXYSeriesA Series containing X and Y data to be plotted on a Chart -
Uses of Series in org.knowm.xchart.internal.chartpart
Classes in org.knowm.xchart.internal.chartpart with type parameters of type Series Modifier and Type Class Description classAxisTitle<ST extends AxesChartStyler,S extends Series>AxisTitleclassChart<ST extends Styler,S extends Series>An XChart ChartclassChartTitle<ST extends Styler,S extends Series>Chart TitleclassLegend_<ST extends Styler,S extends Series>classLegend_Pie<ST extends Styler,S extends Series>classPlot_<ST extends Styler,S extends Series>classPlot_AxesChart<ST extends AxesChartStyler,S extends Series>classPlot_Circular<ST extends Styler,S extends Series>classPlotContent_<ST extends Styler,S extends Series>classPlotSurface_<ST extends Styler,S extends Series>classPlotSurface_AxesChart<ST extends AxesChartStyler,S extends Series>Draws the plot background, the plot border and the horizontal and vertical grid linesclassPlotSurface_Pie<ST extends Styler,S extends Series>Draws the plot background and the plot borderFields in org.knowm.xchart.internal.chartpart with type parameters of type Series Modifier and Type Field Description private java.util.Map<java.lang.String,Series>Cursor. seriesMap -
Uses of Series in org.knowm.xchart.internal.series
Subclasses of Series in org.knowm.xchart.internal.series Modifier and Type Class Description classAxesChartSeriesA Series containing X and Y data to be plotted on a Chart with X and Y Axes.classAxesChartSeriesCategoryA Series containing X and Y data to be plotted on a Chart with X and Y Axes.classAxesChartSeriesNumericalNoErrorBarsA Series containing X and Y data to be plotted on a Chart with X and Y Axes.classMarkerSeriesA Series containing X and Y data to be plotted on a Chart with X and Y Axes, contains series markers and error bars.classNoMarkersSeriesA Series containing X and Y data to be plotted on a Chart with X and Y Axes, values associated with each X-Y point, could be used for bubble sizes for example, but no error bars, as the min and max are calculated differently.Methods in org.knowm.xchart.internal.series that return Series Modifier and Type Method Description SeriesSeries. setEnabled(boolean isEnabled)SeriesSeries. setFillColor(java.awt.Color fillColor)SeriesSeries. setLabel(java.lang.String label)SeriesSeries. setShowInLegend(boolean showInLegend)SeriesSeries. setYAxisDecimalPattern(java.lang.String yAxisDecimalPattern)SeriesSeries. setYAxisGroup(int yAxisGroup)Set the Y Axis Group the series should belong to
-