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

In This Topic
    InterpolateNulls Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartCore<T>.InterpolateNulls. Sets whether to interpolate null values in the data. If true, the chart interpolates the value of any missing data based on neighboring points. If false, it leaves a break in lines and areas at the points with null values.
    Syntax
    'Declaration
     
    Public Property InterpolateNulls As Boolean
    public bool InterpolateNulls {get; set;}
    See Also