IUpDownBarsManager

public interface IUpDownBarsManager

Provide access to up/down bars of Line- or Stock-chart.

Methods

MethodDescription
getUpBarsFormat()Returns format of the up bars.
getDownBarsFormat()Returns format of the down bars.
hasUpDownBars()Determines whether the chart has up/down bars.
setUpDownBars(boolean value)Determines whether the chart has up/down bars.
getGapWidth()Returns or sets gap width.
setGapWidth(int value)Returns or sets gap width.

getUpBarsFormat()

public abstract IFormat getUpBarsFormat()

Returns format of the up bars. Read-only IFormat.

Returns: IFormat

getDownBarsFormat()

public abstract IFormat getDownBarsFormat()

Returns format of the down bars. Read-only IFormat.

Returns: IFormat

hasUpDownBars()

public abstract boolean hasUpDownBars()

Determines whether the chart has up/down bars. Read/write boolean.

Returns: boolean

setUpDownBars(boolean value)

public abstract void setUpDownBars(boolean value)

Determines whether the chart has up/down bars. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getGapWidth()

public abstract int getGapWidth()

Returns or sets gap width. Read/write int.

Returns: int

setGapWidth(int value)

public abstract void setGapWidth(int value)

Returns or sets gap width. Read/write int.

Parameters:

ParameterTypeDescription
valueint