Enum Chart.MissingValues
Controls how missing values for timeseries are plotted.
public enum Chart.MissingValues
- Extension Methods
Fields
Auto = 0
Missing values will be automatically hidden unless they comprise more then 50% of the dates to be plotted.
Hide = 1
Missing values are hidden.
CarryOver = 2
The prior value is carried over in place of missing values.