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_Immediatepublic final IFormat getUpBarsFormat()
Returns the UpBars format.
Read-only IFormat.
getUpBarsFormat in interface IUpDownBarsManagerpublic final IFormat getDownBarsFormat()
Returns the DownBars format.
Read-only IFormat.
getDownBarsFormat in interface IUpDownBarsManagerpublic final boolean hasUpDownBars()
HasUpDownBars.
Read/write boolean.
hasUpDownBars in interface IUpDownBarsManagerpublic final void setUpDownBars(boolean value)
HasUpDownBars.
Read/write boolean.
setUpDownBars in interface IUpDownBarsManagerpublic final int getGapWidth()
GapWidth.
Read/write int.
getGapWidth in interface IUpDownBarsManagerpublic final void setGapWidth(int value)
GapWidth.
Read/write int.
setGapWidth in interface IUpDownBarsManagerCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.