Interface ICandlestickDynamicPathColorProvider
Defines the interface for specifying dynamic IPathColor for candlesticks.
Implements
Namespace:
Assembly: .dll
Syntax
public interface ICandlestickDynamicPathColorProvider extends renderableSeries.IDynamicPathColorProvider
Methods
getDownPathColor()
Gets the candlestick down IPathColor.
Declaration
public abstract IPathColor getDownPathColor()
Returns
| Type | Description |
|---|---|
| IPathColor | The IPathColor instance. |
getUpPathColor()
Gets the candlestick up IPathColor.
Declaration
public abstract IPathColor getUpPathColor()
Returns
| Type | Description |
|---|---|
| IPathColor | The IPathColor instance. |