DataManipulator.GroupByAxisLabel 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
하나 이상의 수식을 사용하여 하나 이상의 계열에서 축 레이블로 데이터 요소를 그룹화합니다.
오버로드
| Name | Description |
|---|---|
| GroupByAxisLabel(String, Series, Series) |
하나 이상의 수식을 사용하여 축 레이블별로 계열의 데이터 요소를 그룹화합니다. 출력 계열은 그룹화된 데이터 요소를 저장하는 데 사용됩니다. |
| GroupByAxisLabel(String, String, String) |
하나 이상의 수식을 사용하여 하나 이상의 계열에서 축 레이블로 데이터 요소를 그룹화합니다. 출력 계열은 그룹화된 데이터 요소를 저장하는 데 사용됩니다. |
| GroupByAxisLabel(String, Series) |
하나 이상의 수식을 사용하여 축 레이블별로 계열의 데이터 요소를 그룹화합니다. 원래 데이터 요소 값은 지워지고 계열은 그룹화된 새 데이터 요소를 저장합니다. |
| GroupByAxisLabel(String, String) |
하나 이상의 수식을 사용하여 하나 이상의 계열에서 축 레이블로 데이터 요소를 그룹화합니다. 원래 데이터 요소 값은 지워지고 각 계열은 그룹화된 새 데이터 요소를 저장합니다. |
GroupByAxisLabel(String, Series, Series)
하나 이상의 수식을 사용하여 축 레이블별로 계열의 데이터 요소를 그룹화합니다. 출력 계열은 그룹화된 데이터 요소를 저장하는 데 사용됩니다.
public:
void GroupByAxisLabel(System::String ^ formula, System::Windows::Forms::DataVisualization::Charting::Series ^ inputSeries, System::Windows::Forms::DataVisualization::Charting::Series ^ outputSeries);
public void GroupByAxisLabel(string formula, System.Windows.Forms.DataVisualization.Charting.Series inputSeries, System.Windows.Forms.DataVisualization.Charting.Series outputSeries);
member this.GroupByAxisLabel : string * System.Windows.Forms.DataVisualization.Charting.Series * System.Windows.Forms.DataVisualization.Charting.Series -> unit
Public Sub GroupByAxisLabel (formula As String, inputSeries As Series, outputSeries As Series)
매개 변수
- formula
- String
그룹화된 데이터 요소 값을 계산하는 데 사용할 하나 이상의 수식에 대한 쉼표로 구분된 목록입니다.
적용 대상
GroupByAxisLabel(String, String, String)
하나 이상의 수식을 사용하여 하나 이상의 계열에서 축 레이블로 데이터 요소를 그룹화합니다. 출력 계열은 그룹화된 데이터 요소를 저장하는 데 사용됩니다.
public:
void GroupByAxisLabel(System::String ^ formula, System::String ^ inputSeriesName, System::String ^ outputSeriesName);
public void GroupByAxisLabel(string formula, string inputSeriesName, string outputSeriesName);
member this.GroupByAxisLabel : string * string * string -> unit
Public Sub GroupByAxisLabel (formula As String, inputSeriesName As String, outputSeriesName As String)
매개 변수
- formula
- String
그룹화된 데이터 요소 값을 계산하는 데 사용할 하나 이상의 수식에 대한 쉼표로 구분된 목록입니다.
- outputSeriesName
- String
그룹화된 데이터 요소를 저장할 쉼표로 구분된 이름 Series 목록입니다. 계열이 없으면 생성됩니다. 있는 경우 그룹화된 데이터 요소를 저장하기 전에 먼저 모든 데이터를 지웁니다. 출력 계열의 수는 입력 계열의 수와 같아야 합니다. 그렇지 않으면 예외가 throw됩니다.
적용 대상
GroupByAxisLabel(String, Series)
하나 이상의 수식을 사용하여 축 레이블별로 계열의 데이터 요소를 그룹화합니다. 원래 데이터 요소 값은 지워지고 계열은 그룹화된 새 데이터 요소를 저장합니다.
public:
void GroupByAxisLabel(System::String ^ formula, System::Windows::Forms::DataVisualization::Charting::Series ^ inputSeries);
public void GroupByAxisLabel(string formula, System.Windows.Forms.DataVisualization.Charting.Series inputSeries);
member this.GroupByAxisLabel : string * System.Windows.Forms.DataVisualization.Charting.Series -> unit
Public Sub GroupByAxisLabel (formula As String, inputSeries As Series)
매개 변수
- formula
- String
그룹화된 데이터 요소 값을 계산하는 데 사용할 하나 이상의 수식에 대한 쉼표로 구분된 목록입니다.
적용 대상
GroupByAxisLabel(String, String)
하나 이상의 수식을 사용하여 하나 이상의 계열에서 축 레이블로 데이터 요소를 그룹화합니다. 원래 데이터 요소 값은 지워지고 각 계열은 그룹화된 새 데이터 요소를 저장합니다.
public:
void GroupByAxisLabel(System::String ^ formula, System::String ^ inputSeriesName);
public void GroupByAxisLabel(string formula, string inputSeriesName);
member this.GroupByAxisLabel : string * string -> unit
Public Sub GroupByAxisLabel (formula As String, inputSeriesName As String)
매개 변수
- formula
- String
그룹화된 데이터 요소 값을 계산하는 데 사용할 하나 이상의 수식에 대한 쉼표로 구분된 목록입니다.