Class Series
java.lang.Object
org.knowm.xchart.internal.series.Series
- Direct Known Subclasses:
AxesChartSeries, DialSeries, PieSeries
A Series to be plotted on a Chart
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()abstract RenderableSeries.LegendRenderTypegetName()intbooleanbooleansetEnabled(boolean isEnabled) setFillColor(Color fillColor) setShowInLegend(boolean showInLegend) setYAxisDecimalPattern(String yAxisDecimalPattern) setYAxisGroup(int yAxisGroup) Set the Y Axis Group the series should belong to
-
Field Details
-
name
-
label
-
fillColor
-
showInLegend
private boolean showInLegend -
isEnabled
private boolean isEnabled -
yAxisGroup
private int yAxisGroup -
yAxisDecimalPattern
the yAxis decimalPattern
-
-
Constructor Details
-
Series
-
-
Method Details
-
getLegendRenderType
-
getFillColor
-
setFillColor
-
getName
-
getLabel
-
setLabel
-
isShowInLegend
public boolean isShowInLegend() -
setShowInLegend
-
isEnabled
public boolean isEnabled() -
setEnabled
-
getYAxisGroup
public int getYAxisGroup() -
setYAxisGroup
Set the Y Axis Group the series should belong to- Parameters:
yAxisGroup-
-
getYAxisDecimalPattern
-
setYAxisDecimalPattern
-