DataManipulator.InsertEmptyPoints メソッド

定義

一連のまたは複数の一連の欠落しているデータ ポイントを空のポイントで置き換えます。

オーバーロード

InsertEmptyPoints(Double, IntervalType, String)

1 つまたは複数の系列で欠落しているデータ ポイントを空のポイントで置き換えます。 各系列に対して、interval および intervalType の各引数によって決定される間隔に関するチェックが行われます。

InsertEmptyPoints(Double, IntervalType, Series)

系列で欠落しているデータ ポイントを空のポイントで置き換えます。 系列に対して、interval および intervalType の各引数によって決定される間隔に関するチェックが行われます。

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

1 つまたは複数の系列で欠落しているデータ ポイントを空のポイントで置き換えます。 各系列に対して、intervalintervalOffsetintervalOffsetType、および intervalType の各引数によって決定される間隔に関するチェックが行われます。

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

系列で欠落しているデータ ポイントを空のポイントで置き換えます。 系列に対して、intervalintervalOffsetintervalOffsetType、および intervalType の各引数によって決定される間隔に関するチェックが行われます。

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

1 つまたは複数の系列で欠落しているデータ ポイントを空のポイントで置き換えます。 各系列に対して、intervalintervalOffsetintervalOffsetType、および intervalType の各引数によって決定される間隔に関するチェックが行われます。 チェックされる系列範囲は、toXValue および fromXValue の各引数によって決定されます。

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

系列で欠落しているデータ ポイントを空のポイントで置き換えます。 系列に対して、intervalintervalOffsetintervalOffsetType、および intervalType の各引数によって決定される間隔に関するチェックが行われます。 チェックされる系列範囲は、toXValue および fromXValue の各引数によって決定されます。

InsertEmptyPoints(Double, IntervalType, String)

1 つまたは複数の系列で欠落しているデータ ポイントを空のポイントで置き換えます。 各系列に対して、interval および intervalType の各引数によって決定される間隔に関するチェックが行われます。

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)

系列で欠落しているデータ ポイントを空のポイントで置き換えます。 系列に対して、interval および intervalType の各引数によって決定される間隔に関するチェックが行われます。

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)

1 つまたは複数の系列で欠落しているデータ ポイントを空のポイントで置き換えます。 各系列に対して、intervalintervalOffsetintervalOffsetType、および intervalType の各引数によって決定される間隔に関するチェックが行われます。

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)

系列で欠落しているデータ ポイントを空のポイントで置き換えます。 系列に対して、intervalintervalOffsetintervalOffsetType、および intervalType の各引数によって決定される間隔に関するチェックが行われます。

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)

1 つまたは複数の系列で欠落しているデータ ポイントを空のポイントで置き換えます。 各系列に対して、intervalintervalOffsetintervalOffsetType、および intervalType の各引数によって決定される間隔に関するチェックが行われます。 チェックされる系列範囲は、toXValue および fromXValue の各引数によって決定されます。

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)

系列で欠落しているデータ ポイントを空のポイントで置き換えます。 系列に対して、intervalintervalOffsetintervalOffsetType、および intervalType の各引数によって決定される間隔に関するチェックが行われます。 チェックされる系列範囲は、toXValue および fromXValue の各引数によって決定されます。

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

適用対象