class anychart.core.stock.indicators.OBV Improve this Doc
OBV indicator class.
Methods Description
series
Getter for the indicator series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator series.Try it:
Setter for the indicator series type.
Params:
Name | Type | Description |
---|---|---|
type | string | anychart.enums.StockSeriesType | Type of the indicator series. |
Returns:
anychart.core.stock.indicators.OBV - Self instance for method chaining.Try it: