共用方式為


DataManipulator.InsertEmptyPoints 方法

定義

以空點取代序列或序列集合中遺漏的資料點。

多載

InsertEmptyPoints(Double, IntervalType, String)

以空點取代一個或多個數列中遺漏的資料點。 會根據以 intervalintervalType 引數指定的特定間隔,檢查每一個數列。

InsertEmptyPoints(Double, IntervalType, Series)

以空點取代數列中遺漏的資料點。 檢查數列時,會針對 intervalintervalType 引數決定的指定間隔來檢查。

InsertEmptyPoints(Double, IntervalType, Double, IntervalType, String)

以空點取代一個或多個數列中遺漏的資料點。 會根據以 intervalintervalOffsetintervalOffsetTypeintervalType 引數指定的特定間隔,檢查每一個數列。

InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Series)

以空點取代數列中遺漏的資料點。 檢查數列時,會針對 intervalintervalOffsetintervalOffsetTypeintervalType 引數決定的指定間隔來檢查。

InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Double, Double, String)

以空點取代一個或多個數列中遺漏的資料點。 會根據以 intervalintervalOffsetintervalOffsetTypeintervalType 引數指定的特定間隔,檢查每一個數列。 所檢查的數列範圍是由 toXValuefromXValue 引數決定。

InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Double, Double, Series)

以空點取代數列中遺漏的資料點。 檢查數列時,會針對 intervalintervalOffsetintervalOffsetTypeintervalType 引數決定的指定間隔來檢查。 所檢查的數列範圍是由 toXValuefromXValue 引數決定。

InsertEmptyPoints(Double, IntervalType, String)

以空點取代一個或多個數列中遺漏的資料點。 會根據以 intervalintervalType 引數指定的特定間隔,檢查每一個數列。

public:
 void InsertEmptyPoints(double interval, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalType, System::String ^ seriesName);
public void InsertEmptyPoints (double interval, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalType, string seriesName);
member this.InsertEmptyPoints : double * System.Windows.Forms.DataVisualization.Charting.IntervalType * string -> unit
Public Sub InsertEmptyPoints (interval As Double, intervalType As IntervalType, seriesName As String)

參數

interval
Double

檢查是否有遺漏資料點之間隔的大小。

intervalType
IntervalType

interval 參數的測量單位。

seriesName
String

要檢查之以逗號分隔的 Series 名稱清單。

適用於

InsertEmptyPoints(Double, IntervalType, Series)

以空點取代數列中遺漏的資料點。 檢查數列時,會針對 intervalintervalType 引數決定的指定間隔來檢查。

public:
 void InsertEmptyPoints(double interval, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalType, System::Windows::Forms::DataVisualization::Charting::Series ^ series);
public void InsertEmptyPoints (double interval, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalType, System.Windows.Forms.DataVisualization.Charting.Series series);
member this.InsertEmptyPoints : double * System.Windows.Forms.DataVisualization.Charting.IntervalType * System.Windows.Forms.DataVisualization.Charting.Series -> unit
Public Sub InsertEmptyPoints (interval As Double, intervalType As IntervalType, series As Series)

參數

interval
Double

檢查是否有遺漏資料點之間隔的大小。

intervalType
IntervalType

interval 參數的測量單位。

series
Series

已檢查的 Series 物件。

適用於

InsertEmptyPoints(Double, IntervalType, Double, IntervalType, String)

以空點取代一個或多個數列中遺漏的資料點。 會根據以 intervalintervalOffsetintervalOffsetTypeintervalType 引數指定的特定間隔,檢查每一個數列。

public:
 void InsertEmptyPoints(double interval, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalType, double intervalOffset, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalOffsetType, System::String ^ seriesName);
public void InsertEmptyPoints (double interval, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalType, double intervalOffset, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalOffsetType, string seriesName);
member this.InsertEmptyPoints : double * System.Windows.Forms.DataVisualization.Charting.IntervalType * double * System.Windows.Forms.DataVisualization.Charting.IntervalType * string -> unit
Public Sub InsertEmptyPoints (interval As Double, intervalType As IntervalType, intervalOffset As Double, intervalOffsetType As IntervalType, seriesName As String)

參數

interval
Double

檢查是否有遺漏資料點之間隔的大小。

intervalType
IntervalType

interval 參數的測量單位。

intervalOffset
Double

間隔位移大小。

intervalOffsetType
IntervalType

間隔位移的測量單位。

seriesName
String

要檢查之以逗號分隔的 Series 名稱清單。

適用於

InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Series)

以空點取代數列中遺漏的資料點。 檢查數列時,會針對 intervalintervalOffsetintervalOffsetTypeintervalType 引數決定的指定間隔來檢查。

public:
 void InsertEmptyPoints(double interval, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalType, double intervalOffset, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalOffsetType, System::Windows::Forms::DataVisualization::Charting::Series ^ series);
public void InsertEmptyPoints (double interval, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalType, double intervalOffset, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalOffsetType, System.Windows.Forms.DataVisualization.Charting.Series series);
member this.InsertEmptyPoints : double * System.Windows.Forms.DataVisualization.Charting.IntervalType * double * System.Windows.Forms.DataVisualization.Charting.IntervalType * System.Windows.Forms.DataVisualization.Charting.Series -> unit
Public Sub InsertEmptyPoints (interval As Double, intervalType As IntervalType, intervalOffset As Double, intervalOffsetType As IntervalType, series As Series)

參數

interval
Double

檢查是否有遺漏資料點之間隔的大小。

intervalType
IntervalType

interval 參數的測量單位。

intervalOffset
Double

間隔位移大小。

intervalOffsetType
IntervalType

間隔位移的測量單位。

series
Series

要在其中插入空資料點的 Series 物件。

適用於

InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Double, Double, String)

以空點取代一個或多個數列中遺漏的資料點。 會根據以 intervalintervalOffsetintervalOffsetTypeintervalType 引數指定的特定間隔,檢查每一個數列。 所檢查的數列範圍是由 toXValuefromXValue 引數決定。

public:
 void InsertEmptyPoints(double interval, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalType, double intervalOffset, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalOffsetType, double fromXValue, double toXValue, System::String ^ seriesName);
public void InsertEmptyPoints (double interval, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalType, double intervalOffset, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalOffsetType, double fromXValue, double toXValue, string seriesName);
member this.InsertEmptyPoints : double * System.Windows.Forms.DataVisualization.Charting.IntervalType * double * System.Windows.Forms.DataVisualization.Charting.IntervalType * double * double * string -> unit
Public Sub InsertEmptyPoints (interval As Double, intervalType As IntervalType, intervalOffset As Double, intervalOffsetType As IntervalType, fromXValue As Double, toXValue As Double, seriesName As String)

參數

interval
Double

檢查是否有遺漏資料點之間隔的大小。

intervalType
IntervalType

interval 參數的測量單位。

intervalOffset
Double

間隔位移大小。

intervalOffsetType
IntervalType

間隔位移的測量單位。

fromXValue
Double

要檢查之數列範圍的起點。 使用資料點的 X 值。

toXValue
Double

要檢查之數列範圍的結束點。 使用資料點的 X 值。

seriesName
String

要檢查之以逗號分隔的 Series 名稱清單。

適用於

InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Double, Double, Series)

以空點取代數列中遺漏的資料點。 檢查數列時,會針對 intervalintervalOffsetintervalOffsetTypeintervalType 引數決定的指定間隔來檢查。 所檢查的數列範圍是由 toXValuefromXValue 引數決定。

public:
 void InsertEmptyPoints(double interval, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalType, double intervalOffset, System::Windows::Forms::DataVisualization::Charting::IntervalType intervalOffsetType, double fromXValue, double toXValue, System::Windows::Forms::DataVisualization::Charting::Series ^ series);
public void InsertEmptyPoints (double interval, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalType, double intervalOffset, System.Windows.Forms.DataVisualization.Charting.IntervalType intervalOffsetType, double fromXValue, double toXValue, System.Windows.Forms.DataVisualization.Charting.Series series);
member this.InsertEmptyPoints : double * System.Windows.Forms.DataVisualization.Charting.IntervalType * double * System.Windows.Forms.DataVisualization.Charting.IntervalType * double * double * System.Windows.Forms.DataVisualization.Charting.Series -> unit
Public Sub InsertEmptyPoints (interval As Double, intervalType As IntervalType, intervalOffset As Double, intervalOffsetType As IntervalType, fromXValue As Double, toXValue As Double, series As Series)

參數

interval
Double

檢查是否有遺漏資料點之間隔的大小。

intervalType
IntervalType

interval 參數的測量單位。

intervalOffset
Double

間隔位移大小。

intervalOffsetType
IntervalType

間隔位移的測量單位。

fromXValue
Double

要檢查之數列範圍的起點。 使用資料點的 X 值。

toXValue
Double

要檢查之數列範圍的結束點。 使用資料點的 X 值。

series
Series

要在其中插入空資料點的 Series

適用於