public abstract class Series extends Object
Modifier and Type | Method and Description |
---|---|
Color |
getFillColor() |
abstract org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType |
getLegendRenderType() |
String |
getName() |
boolean |
isShowInLegend() |
void |
setFillColor(Color fillColor) |
void |
setShowInLegend(boolean showInLegend) |
public Series(String name)
name
- seriesColorMarkerLineStyle
- public abstract org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType getLegendRenderType()
public Color getFillColor()
public void setFillColor(Color fillColor)
public String getName()
public boolean isShowInLegend()
public void setShowInLegend(boolean showInLegend)
Copyright © 2011–2016 Knowm Inc.. All rights reserved.