|
virtual |
Defines series behavior when it encounters empty data.
Call this method to specify how a series should handle empty data points. tn can be one of the following enumerated values:
Empty points are supported by line, area, polar, radar, stock, column and bar charts.
Warning: currently built-in technical indicators do not support empty data in stock series.
tn | Specifies how a series treats empty data. |
bRecalcMinMax | TRUE - recalculate series minimum and maximum according to the new "treat nulls" option. |