public class BarOptions extends SeriesOptions
Modifier and Type | Field and Description |
---|---|
String |
align |
int |
barWidth |
boolean |
horizontal |
boolean |
stepByStep |
boolean |
zero |
fill, fillColor, lineWidth, show
Constructor and Description |
---|
BarOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getAlign() |
int |
getBarWidth() |
boolean |
getHorizontal() |
boolean |
getStepByStep() |
boolean |
getZero() |
void |
setAlign(String align) |
void |
setBarWidth(int barWidth) |
void |
setHorizontal(boolean horizontal) |
void |
setStepByStep(boolean stepByStep) |
void |
setZero(boolean zero) |
getFill, getFillColor, getLineWidth, getShow, setFill, setFillColor, setLineWidth, setShow
public boolean zero
public boolean stepByStep
public int barWidth
public String align
public boolean horizontal
public boolean getZero()
public void setZero(boolean zero)
public boolean getStepByStep()
public void setStepByStep(boolean stepByStep)
public int getBarWidth()
public void setBarWidth(int barWidth)
public String getAlign()
public void setAlign(String align)
public boolean getHorizontal()
public void setHorizontal(boolean horizontal)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.