DataManipulator.InsertEmptyPoints 메서드

정의

계열 또는 계열 컬렉션에서 누락된 데이터 요소를 빈 요소로 바꿉니다.

오버로드

Name Description
InsertEmptyPoints(Double, IntervalType, String)

하나 이상의 계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 각 계열은 및 intervalType 인수에 의해 결정되는 지정된 간격에 대해 interval 확인됩니다.

InsertEmptyPoints(Double, IntervalType, Series)

계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 계열은 및 intervalType 인수에 의해 결정되는 지정된 간격에 대해 interval 확인됩니다.

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

하나 이상의 계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 각 계열은 , intervalOffsetintervalOffsetTypeintervalType 인수에 의해 결정되는 지정된 간격에 interval대해 확인됩니다.

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

계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 계열은 , intervalOffsetintervalOffsetTypeintervalType 인수에 의해 결정되는 지정된 간격에 interval대해 확인됩니다.

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

하나 이상의 계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 각 계열은 , intervalOffsetintervalOffsetTypeintervalType 인수에 의해 결정되는 지정된 간격에 interval대해 확인됩니다. 검사되는 계열 범위는 및 fromXValue 인수에 toXValue 의해 결정됩니다.

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

계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 계열은 , intervalOffsetintervalOffsetTypeintervalType 인수에 의해 결정되는 지정된 간격에 interval대해 확인됩니다. 검사되는 계열 범위는 및 fromXValue 인수에 toXValue 의해 결정됩니다.

InsertEmptyPoints(Double, IntervalType, String)

하나 이상의 계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 각 계열은 및 intervalType 인수에 의해 결정되는 지정된 간격에 대해 interval 확인됩니다.

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)

계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 계열은 및 intervalType 인수에 의해 결정되는 지정된 간격에 대해 interval 확인됩니다.

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)

하나 이상의 계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 각 계열은 , intervalOffsetintervalOffsetTypeintervalType 인수에 의해 결정되는 지정된 간격에 interval대해 확인됩니다.

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)

계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 계열은 , intervalOffsetintervalOffsetTypeintervalType 인수에 의해 결정되는 지정된 간격에 interval대해 확인됩니다.

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)

하나 이상의 계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 각 계열은 , intervalOffsetintervalOffsetTypeintervalType 인수에 의해 결정되는 지정된 간격에 interval대해 확인됩니다. 검사되는 계열 범위는 및 fromXValue 인수에 toXValue 의해 결정됩니다.

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)

계열에서 누락된 데이터 요소를 빈 지점으로 바꿉니다. 계열은 , intervalOffsetintervalOffsetTypeintervalType 인수에 의해 결정되는 지정된 간격에 interval대해 확인됩니다. 검사되는 계열 범위는 및 fromXValue 인수에 toXValue 의해 결정됩니다.

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 빈 점을 삽입할 항목입니다.

적용 대상