public class FillBetween extends Object implements Serializable
| Constructor and Description |
|---|
FillBetween() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBaseSeries()
Gets the base series.
|
String |
getColor()
Gets the color.
|
Boolean |
getFill()
Gets the fill.
|
Integer |
getSerie1()
Gets the serie1.
|
Integer |
getSerie2()
Gets the serie2.
|
void |
setBaseSeries(Integer baseSeries)
Sets the base series.
|
void |
setColor(String color)
Sets the color.
|
void |
setFill(Boolean fill)
Sets the fill.
|
void |
setSerie1(Integer serie1)
Sets the serie1.
|
void |
setSerie2(Integer serie2)
Sets the serie2.
|
public Integer getBaseSeries()
public void setBaseSeries(Integer baseSeries)
baseSeries - the new base seriespublic String getColor()
public void setColor(String color)
color - the new colorpublic Boolean getFill()
public void setFill(Boolean fill)
fill - the new fillpublic Integer getSerie1()
public void setSerie1(Integer serie1)
serie1 - the new serie1public Integer getSerie2()
public void setSerie2(Integer serie2)
serie2 - the new serie2Copyright © 2020. All rights reserved.