Class UpDownBars
java.lang.Object
com.independentsoft.office.charts.UpDownBars
The Class UpDownBars.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the down bars.intGets the gap width.Gets the up bars.voidsetGapWidth(int gapWidth)Sets the gap width.toString()
-
Constructor Details
-
UpDownBars
public UpDownBars()Instantiates a new up down bars.
-
-
Method Details
-
clone
-
toString
-
getDownBars
Gets the down bars.- Returns:
- the down bars
-
getGapWidth
public int getGapWidth()Gets the gap width.- Returns:
- the gap width
-
setGapWidth
public void setGapWidth(int gapWidth)Sets the gap width.- Parameters:
gapWidth- the new gap width
-
getUpBars
Gets the up bars.- Returns:
- the up bars
-