GetChartTypeByFilter Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetChartTypeByFilter() method retrieves the chart type and the data for determining the control limits for a characteristic identified by its ID, with optional sample filters. Passing no filter parameters will retrieve the chart type for the most recent sample entered for the characteristic.
| Overload | Description |
|---|---|
| GetChartTypeByFilter(Int32,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>) | The GetChartTypeByFilter() method retrieves the chart type and the data for determining the control limits for a characteristic identified by its ID, with optional sample filters. Passing no filter parameters will retrieve the chart type for the most recent sample entered for the characteristic. This overload of the method uses the characteristic ID and entity ID. |
| GetChartTypeByFilter(String,String,String,String,String,String,String,String,String,String,String,String,String,String,Nullable<DateTime>,Nullable<DateTime>) | The GetChartTypeByFilter() method retrieves the chart type and the data for determining the control limits for a characteristic identified by its ID, with optional sample filters. Passing no filter parameters will retrieve the chart type for the most recent sample entered for the characteristic. This overload of the method uses the characteristic name, site name, and entity name. |