public class LineChartSeries extends ChartSeries
Constructor and Description |
---|
LineChartSeries() |
LineChartSeries(String title) |
Modifier and Type | Method and Description |
---|---|
void |
encode(Writer writer) |
double |
getFillAlpha() |
String |
getMarkerStyle() |
String |
getRenderer() |
boolean |
isDisableStack() |
boolean |
isFill() |
boolean |
isShowLine() |
boolean |
isShowMarker() |
void |
setDisableStack(boolean disableStack) |
void |
setFill(boolean fill) |
void |
setFillAlpha(double fillAlpha) |
void |
setMarkerStyle(String markerStyle) |
void |
setShowLine(boolean showLine) |
void |
setShowMarker(boolean showMarker) |
public LineChartSeries()
public LineChartSeries(String title)
public String getMarkerStyle()
public void setMarkerStyle(String markerStyle)
public boolean isShowLine()
public void setShowLine(boolean showLine)
public boolean isShowMarker()
public void setShowMarker(boolean showMarker)
public boolean isFill()
isFill
in class ChartSeries
public void setFill(boolean fill)
public double getFillAlpha()
public void setFillAlpha(double fillAlpha)
public boolean isDisableStack()
public void setDisableStack(boolean disableStack)
public String getRenderer()
getRenderer
in class ChartSeries
public void encode(Writer writer) throws IOException
encode
in class ChartSeries
IOException
Copyright © 2015. All rights reserved.