DataManipulator.InsertEmptyPoints Method (Double, IntervalType, String)
.NET Framework (current version)
Replaces the missing data points in one or more series with empty points. Each series is checked for a given interval that is determined by the interval and intervalType arguments.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
member InsertEmptyPoints : interval:float * intervalType:IntervalType * seriesName:string -> 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.
- seriesName
-
Type:
System.String
A comma-separated list of names of the Series to be checked.
.NET Framework
Available since 4.0
Available since 4.0
Show: