DataManipulator.InsertEmptyPoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
계열 또는 계열 컬렉션에서 누락된 데이터 요소를 빈 요소로 바꿉니다.
오버로드
InsertEmptyPoints(Double, IntervalType, String) |
하나 이상의 계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 각 계열에서 |
InsertEmptyPoints(Double, IntervalType, Series) |
계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 계열에서 |
InsertEmptyPoints(Double, IntervalType, Double, IntervalType, String) |
하나 이상의 계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 각 계열에서 |
InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Series) |
계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 계열에서 |
InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Double, Double, String) |
하나 이상의 계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 각 계열에서 |
InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Double, Double, Series) |
계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 계열에서 |
InsertEmptyPoints(Double, IntervalType, String)
하나 이상의 계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 각 계열에서 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
매개 변수의 단위입니다.
적용 대상
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
매개 변수의 단위입니다.
적용 대상
InsertEmptyPoints(Double, IntervalType, Double, IntervalType, String)
하나 이상의 계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 각 계열에서 interval
, intervalOffset
, intervalOffsetType
및 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
간격 오프셋의 단위입니다.
적용 대상
InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Series)
계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 계열에서 interval
, intervalOffset
, intervalOffsetType
및 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
간격 오프셋의 단위입니다.
적용 대상
InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Double, Double, String)
하나 이상의 계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 각 계열에서 interval
, intervalOffset
, intervalOffsetType
및 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 값을 사용합니다.
적용 대상
InsertEmptyPoints(Double, IntervalType, Double, IntervalType, Double, Double, Series)
계열에서 누락된 데이터 요소를 빈 요소로 바꿉니다. 계열에서 interval
, intervalOffset
, intervalOffsetType
및 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 값을 사용합니다.