class anychart.core.stock.indicators.VWAP Improve this Doc
Volume Weighted Average Price (VWAP) indicator class.
Methods Description
series
Getter for the VWAP indicator series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - The indicator series.Try it:
Setter for the VWAP indicator series type.
Params:
Name | Type | Description |
---|---|---|
type | anychart.enums.StockSeriesType | string | Type of the indicator series. |
Returns:
anychart.core.stock.indicators.VWAP - Self instance for method chaining.Try it: