GetChartDataByFilter Method
- Last UpdatedNov 06, 2025
- 3 minute read
| Overload | Description |
|---|---|
| GetChartDataByFilter(Int32,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,Int32) | For the specified characteristic, the GetChartDataByFilter() method retrieves the chart data for all samples that match the filter parameters. Passing no filter parameters will retrieve all the measurements for all of the characteristic's samples. This overload retrieves the chart data by characteristic and entity IDs. |
| GetChartDataByFilter(String,String,String,String,String,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,Int32) | For the specified characteristic, the GetChartDataByFilter() method retrieves the chart data for all samples that match the filter parameters. Passing no filter parameters will retrieve all the measurements for all of the characteristic's samples. This overload retrieves the chart data by characteristic, site, and entity names. |
| GetChartDataByFilter(Int32,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,Int32,DateTime) | For the specified characteristic, the GetChartDataByFilter() method retrieves the chart data for all samples that match the filter parameters. Passing no filter parameters will retrieve all the measurements for all of the characteristic's samples. This overload of the method retrieves the chart data by characteristic and entity IDs. This overload also includes the lastCreatedAtUtc input parameter, which allows you to filter on samples whose results were added on or after a specified date and time. |
| GetChartDataByFilter(String,String,String,String,String,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,Int32,DateTime) | For the specified characteristic, the GetChartDataByFilter() method retrieves the chart data for all samples that match the filter parameters. Passing no filter parameters will retrieve all the measurements for all of the characteristic's samples. This overload of the method retrieves the chart data by characteristic, site, and entity names. This overload also includes the lastCreatedAtUtc input parameter, which allows you to filter on samples whose results were added on or after a specified date and time. |
| GetChartDataByFilter(Int32,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,Int32,AxisLabel) | For the specified characteristic, the GetChartDataByFilter() method retrieves the chart data for all samples that match the filter parameters. Passing no filter parameters will retrieve all the measurements for all of the characteristic's samples. This overload of the method retrieves the chart data by characteristic and entity IDs. This overload also includes the axisLabel input parameter, which allows you to specify on what to base the label for the chart's x-axis. |
| GetChartDataByFilter(String,String,String,String,String,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,Int32,AxisLabel) | For the specified characteristic, the GetChartDataByFilter() method retrieves the chart data for all samples that match the filter parameters. Passing no filter parameters will retrieve all the measurements for all of the characteristic's samples. This overload of the method retrieves the chart data by characteristic, site, and entity names. This overload also includes the axisLabel input parameter, which allows you to specify on what to base the label for the chart's x-axis. |
| GetChartDataByFilter(Int32,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,Int32,DateTime,AxisLabel) | For the specified characteristic, the GetChartDataByFilter() method retrieves the chart data for all samples that match the filter parameters. Passing no filter parameters will retrieve all the measurements for all of the characteristic's samples. This overload of the method retrieves the chart data by characteristic and entity IDs. This overload also includes:
|
| GetChartDataByFilter(String,String,String,String,String,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,Int32,DateTime,AxisLabel) | For the specified characteristic, the GetChartDataByFilter() method retrieves the chart data for all samples that match the filter parameters. Passing no filter parameters will retrieve all the measurements for all of the characteristic's samples. This overload of the method retrieves the chart data by characteristic, site, and entity names. This overload also includes:
|