
li.rudin.mavenjs.charting.result.ChartLinesConfig Maven / Gradle / Ivy
The newest version!
package li.rudin.mavenjs.charting.result;
public class ChartLinesConfig
{
private boolean show = true;
private float lineWidth = 1;
private float fill = 0;
public boolean isShow()
{
return show;
}
public void setShow(boolean show)
{
this.show = show;
}
public float getLineWidth()
{
return lineWidth;
}
public void setLineWidth(float lineWidth)
{
this.lineWidth = lineWidth;
}
public float getFill()
{
return fill;
}
public void setFill(float fill)
{
this.fill = fill;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy