public class UpDownBarsManager extends DomObject<ChartSeriesGroup> implements IUpDownBarsManager
Provide access to up/down bars of Line- or Stock-chart.
Modifier and Type | Method and Description |
---|---|
IFormat |
getDownBarsFormat()
Returns the DownBars format.
|
int |
getGapWidth()
GapWidth.
|
IFormat |
getUpBarsFormat()
Returns the UpBars format.
|
boolean |
hasUpDownBars()
HasUpDownBars.
|
void |
setGapWidth(int value)
GapWidth.
|
void |
setUpDownBars(boolean value)
HasUpDownBars.
|
getParent_Immediate
public final IFormat getUpBarsFormat()
Returns the UpBars format.
Read-only IFormat
.
getUpBarsFormat
in interface IUpDownBarsManager
public final IFormat getDownBarsFormat()
Returns the DownBars format.
Read-only IFormat
.
getDownBarsFormat
in interface IUpDownBarsManager
public final boolean hasUpDownBars()
HasUpDownBars.
Read/write boolean
.
hasUpDownBars
in interface IUpDownBarsManager
public final void setUpDownBars(boolean value)
HasUpDownBars.
Read/write boolean
.
setUpDownBars
in interface IUpDownBarsManager
public final int getGapWidth()
GapWidth.
Read/write int
.
getGapWidth
in interface IUpDownBarsManager
public final void setGapWidth(int value)
GapWidth.
Read/write int
.
setGapWidth
in interface IUpDownBarsManager