DataManipulator.Group 方法

定义

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas.

重载

Group(String, Double, IntervalType, String)

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas. 清除序列中的原始数据,使用该序列存储新的数据点。Series are cleared of their original data and used to store the new data points.

Group(String, Double, IntervalType, Series)

在序列中使用一个或多个公式的数据分组点。Groups data points in a series using one or more formulas. 清除已分组序列中的原始数据,使用该序列存储新的数据点。The series that is grouped is cleared of its original data, and used to store the new data points.

Group(String, Double, IntervalType, String, String)

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas. 使用输出序列来存储已分组数据点。Output series are used to store the grouped data points.

Group(String, Double, IntervalType, Series, Series)

在序列中使用一个或多个公式的数据分组点。Groups data points in a series using one or more formulas. 一个用于存储已分组数据点的输出序列。An output series is used to store the grouped data points.

Group(String, Double, IntervalType, Double, IntervalType, String)

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas. 清除序列中的原始数据,使用该序列存储新的数据点。Series are cleared of their original data and used to store the new data points.

Group(String, Double, IntervalType, Double, IntervalType, Series)

在序列中使用一个或多个公式的数据分组点。Groups data points in a series using one or more formulas. 清除已分组序列中的原始数据,使用该序列存储新的数据点。The series that is grouped is cleared of its original data, and used to store the new data points.

Group(String, Double, IntervalType, Double, IntervalType, String, String)

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas. 输出序列用于存储已分组的数据点,可对间隔使用偏移。Output series are used to store the grouped data points, and an offset can be used for intervals.

Group(String, Double, IntervalType, Double, IntervalType, Series, Series)

在序列中使用一个或多个公式的数据分组点。Groups data points in a series using one or more formulas. 输出序列用于存储已分组的数据点,可对间隔使用偏移。An output series is used to store the grouped data points, and an offset can be used for intervals.

Group(String, Double, IntervalType, String)

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas. 清除序列中的原始数据,使用该序列存储新的数据点。Series are cleared of their original data and used to store the new data points.

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

参数

formula
String

一个逗号分隔列表,其中列出了一个或多个要用于计算分组数据点值的公式。A comma-separated list of one or more formulas to be used for calculating the grouped data point values.

interval
Double

用来检查缺失的数据点的间隔大小。The size of the interval checked for missing data points.

intervalType
IntervalType

interval 参数的度量单位。The unit of measurement for the interval parameter.

inputSeriesName
String

要分组的 Series 的名称的逗号分隔列表。A comma-separated list of names of the Series to be grouped.

适用于

Group(String, Double, IntervalType, Series)

在序列中使用一个或多个公式的数据分组点。Groups data points in a series using one or more formulas. 清除已分组序列中的原始数据,使用该序列存储新的数据点。The series that is grouped is cleared of its original data, and used to store the new data points.

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

参数

formula
String

一个逗号分隔列表,其中列出了一个或多个要用于计算分组数据点值的公式。A comma-separated list of one or more formulas to be used for calculating the grouped data point values.

interval
Double

用来检查缺失的数据点的间隔大小。The size of the interval checked for missing data points.

intervalType
IntervalType

interval 参数的度量单位。The unit of measurement for the interval parameter.

inputSeries
Series

要分组的 Series 对象。The Series object to be grouped.

适用于

Group(String, Double, IntervalType, String, String)

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas. 使用输出序列来存储已分组数据点。Output series are used to store the grouped data points.

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

参数

formula
String

一个逗号分隔列表,其中列出了一个或多个要用于计算分组数据点值的公式。A comma-separated list of one or more formulas to be used for calculating the grouped data point values.

interval
Double

用来检查缺失的数据点的间隔大小。The size of the interval checked for missing data points.

intervalType
IntervalType

interval 参数的度量单位。The unit of measurement for the interval parameter.

inputSeriesName
String

要分组的 Series 的名称的逗号分隔列表。A comma-separated list of names of the Series to be grouped.

outputSeriesName
String

将存储分组数据点的 Series 的名称的逗号分隔列表。A comma-separated list of names of the Series that will store the grouped data points. 如果序列不存在,则将创建序列;如果序列存在,则将先清除序列中的所有数据,然后存储已分组数据点。If a series does not exist, it will be created; if it does exist, it will first be cleared of all data before storing grouped data points. 输出序列和输入序列的数目必须相等,否则将引发异常。The number of output series must equal the number of input series, or an exception will be thrown.

适用于

Group(String, Double, IntervalType, Series, Series)

在序列中使用一个或多个公式的数据分组点。Groups data points in a series using one or more formulas. 一个用于存储已分组数据点的输出序列。An output series is used to store the grouped data points.

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

参数

formula
String

一个逗号分隔列表,其中列出了一个或多个要用于计算分组数据点值的公式。A comma-separated list of one or more formulas to be used for calculating the grouped data point values.

interval
Double

用来检查缺失的数据点的间隔大小。The size of the interval checked for missing data points.

intervalType
IntervalType

interval 参数的度量单位。The unit of measurement for the interval parameter.

inputSeries
Series

要分组的 Series 对象。The Series object to be grouped.

outputSeries
Series

将存储通过分组操作创建的新数据点的 SeriesThe Series that will store the new data points created by the grouping operation. 如果它不存在,将引发异常。If it does not exist, an exception will be thrown.

适用于

Group(String, Double, IntervalType, Double, IntervalType, String)

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas. 清除序列中的原始数据,使用该序列存储新的数据点。Series are cleared of their original data and used to store the new data points.

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

参数

formula
String

一个逗号分隔列表,其中列出了一个或多个要用于计算分组数据点值的公式。A comma-separated list of one or more formulas to be used for calculating the grouped data point values.

interval
Double

用来检查缺失的数据点的间隔大小。The size of the interval checked for missing data points.

intervalType
IntervalType

interval 参数的度量单位。The unit of measurement for the interval parameter.

intervalOffset
Double

间隔偏移大小。The interval offset size.

intervalOffsetType
IntervalType

间隔偏移的度量单位。The unit of measurement for the interval offset.

inputSeriesName
String

要分组的 Series 的名称的逗号分隔列表。A comma-separated list of names of the Series to be grouped.

适用于

Group(String, Double, IntervalType, Double, IntervalType, Series)

在序列中使用一个或多个公式的数据分组点。Groups data points in a series using one or more formulas. 清除已分组序列中的原始数据,使用该序列存储新的数据点。The series that is grouped is cleared of its original data, and used to store the new data points.

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

参数

formula
String

一个逗号分隔列表,其中列出了一个或多个要用于计算分组数据点值的公式。A comma-separated list of one or more formulas to be used for calculating the grouped data point values.

interval
Double

用来检查缺失的数据点的间隔大小。The size of the interval checked for missing data points.

intervalType
IntervalType

interval 参数的度量单位。The unit of measurement for the interval parameter.

intervalOffset
Double

间隔偏移大小。The interval offset size.

intervalOffsetType
IntervalType

间隔偏移的度量单位。The unit of measurement for the interval offset.

inputSeries
Series

要分组的 Series 对象。The Series object to be grouped.

适用于

Group(String, Double, IntervalType, Double, IntervalType, String, String)

使用一个或多个公式,为一个或多个序列中的数据分组点。Groups data points for one or more series, using one or more formulas. 输出序列用于存储已分组的数据点,可对间隔使用偏移。Output series are used to store the grouped data points, and an offset can be used for intervals.

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

参数

formula
String

一个逗号分隔列表,其中列出了一个或多个要用于计算分组数据点值的公式。A comma-separated list of one or more formulas to be used for calculating the grouped data point values.

interval
Double

用来检查缺失的数据点的间隔大小。The size of the interval checked for missing data points.

intervalType
IntervalType

interval 参数的度量单位。The unit of measurement for the interval parameter.

intervalOffset
Double

间隔偏移大小。The interval offset size.

intervalOffsetType
IntervalType

间隔偏移的度量单位。The unit of measurement for the interval offset.

inputSeriesName
String

要分组的 Series 的名称的逗号分隔列表。A comma-separated list of names of the Series to be grouped.

outputSeriesName
String

将存储分组数据点的 Series 的名称的逗号分隔列表。A comma-separated list of names of the Series that will store the grouped data points. 如果序列不存在,则将创建序列;如果序列存在,则将先清除序列中的所有数据,然后存储已分组数据点。If a series does not exist, it will be created; if it does exist, it will first be cleared of all data before storing grouped data points. 输出序列和输入序列的数目必须相等,否则将引发异常。The number of output series must equal the number of input series, or an exception will be thrown.

适用于

Group(String, Double, IntervalType, Double, IntervalType, Series, Series)

在序列中使用一个或多个公式的数据分组点。Groups data points in a series using one or more formulas. 输出序列用于存储已分组的数据点,可对间隔使用偏移。An output series is used to store the grouped data points, and an offset can be used for intervals.

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

参数

formula
String

一个逗号分隔列表,其中列出了一个或多个要用于计算分组数据点值的公式。A comma-separated list of one or more formulas to be used for calculating the grouped data point values.

interval
Double

用来检查缺失的数据点的间隔大小。The size of the interval checked for missing data points.

intervalType
IntervalType

interval 参数的度量单位。The unit of measurement for the interval parameter.

intervalOffset
Double

间隔偏移大小。The interval offset size.

intervalOffsetType
IntervalType

间隔偏移的度量单位。The unit of measurement for the interval offset.

inputSeries
Series

要分组的 Series 对象。The Series object to be grouped.

outputSeries
Series

将存储通过分组操作创建的新数据点的 SeriesThe Series that will store the new data points created by the grouping operation. 如果它不存在,将引发异常。If it does not exist, an exception will be thrown.

适用于