DataManipulator.InsertEmptyPoints Method (Double, IntervalType, 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, intervalOffset, intervalOffsetType and intervalType arguments.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Public Sub InsertEmptyPoints ( interval As Double, intervalType As IntervalType, intervalOffset As Double, intervalOffsetType As IntervalType, series As Series )
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.
- intervalOffset
-
Type:
System.Double
The interval offset size.
- intervalOffsetType
-
Type:
System.Web.UI.DataVisualization.Charting.IntervalType
The unit of measurement for the interval offset.
- series
-
Type:
System.Web.UI.DataVisualization.Charting.Series
The Series object in which to insert the empty points.
.NET Framework
Available since 4.0
Available since 4.0
Show: