|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUpDownBarsManager
Provide access to up/down bars of Line- or Stock-chart.
Method Summary | |
---|---|
IFormat |
getDownBarsFormat()
Returns format of the down bars. |
int |
getGapWidth()
Returns or sets gap width. |
IFormat |
getUpBarsFormat()
Returns format of the up bars. |
boolean |
hasUpDownBars()
Determines whether the chart has up/down bars. |
void |
setGapWidth(int value)
Returns or sets gap width. |
void |
setUpDownBars(boolean value)
Determines whether the chart has up/down bars. |
Method Detail |
---|
IFormat getUpBarsFormat()
Returns format of the up bars.
Read-only IFormat
.
IFormat getDownBarsFormat()
Returns format of the down bars.
Read-only IFormat
.
boolean hasUpDownBars()
Determines whether the chart has up/down bars.
Read/write boolean
.
void setUpDownBars(boolean value)
Determines whether the chart has up/down bars.
Read/write boolean
.
int getGapWidth()
Returns or sets gap width.
Read/write int
.
void setGapWidth(int value)
Returns or sets gap width.
Read/write int
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |