public interface IUpDownBarsManager
Provide access to up/down bars of Line- or Stock-chart.
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.