UpDownBarsManager
Inheritance: java.lang.Object, com.aspose.slides.DomObject
All Implemented Interfaces: com.aspose.slides.IUpDownBarsManager
public class UpDownBarsManager extends DomObject<ChartSeriesGroup> implements IUpDownBarsManager
Provide access to up/down bars of Line- or Stock-chart.
Methods
Method | Description |
---|---|
getUpBarsFormat() | Returns the UpBars format. |
getDownBarsFormat() | Returns the DownBars format. |
hasUpDownBars() | HasUpDownBars. |
setUpDownBars(boolean value) | HasUpDownBars. |
getGapWidth() | GapWidth. |
setGapWidth(int value) | GapWidth. |
getUpBarsFormat()
public final IFormat getUpBarsFormat()
Returns the UpBars format. Read-only IFormat.
Returns: IFormat
getDownBarsFormat()
public final IFormat getDownBarsFormat()
Returns the DownBars format. Read-only IFormat.
Returns: IFormat
hasUpDownBars()
public final boolean hasUpDownBars()
HasUpDownBars. Read/write boolean.
Returns: boolean
setUpDownBars(boolean value)
public final void setUpDownBars(boolean value)
HasUpDownBars. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getGapWidth()
public final int getGapWidth()
GapWidth. Read/write int.
Returns: int
setGapWidth(int value)
public final void setGapWidth(int value)
GapWidth. Read/write int.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |