DataManipulator.InsertEmptyPoints Method (Double, IntervalType, Series)

.NET Framework (current version)
 

Replaces the missing data points in a series with empty points. The series is checked for a given interval that is determined by the interval and intervalType arguments.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member InsertEmptyPoints : 
        interval:float *
        intervalType:IntervalType *
        series:Series -> unit

Parameters

interval
Type: System.Double

The size of the interval checked for missing data points.

intervalType
Type: System.Web.UI.DataVisualization.Charting.IntervalType

The unit of measurement for the interval parameter.

series
Type: System.Web.UI.DataVisualization.Charting.Series

The Series object that is checked.

.NET Framework
Available since 4.0
Return to top
Show: