ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / MacdTagHelper Class / InterpolateNulls Property

In This Topic
    InterpolateNulls Property (MacdTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.InterpolateNulls. Sets a value that determines whether to interpolate null values in the data.
    Syntax
    'Declaration
     
    Public Property InterpolateNulls As Boolean
    public bool InterpolateNulls {get; set;}
    See Also