DataFilter(String, String, DataFilterCondition, Object) Constructor
Initializes a new instance of the DataFilter class with the specified column name and data type name, condition and filter value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public DataFilter(
string columnName,
string dataTypeName,
DataFilterCondition condition,
object val
)
#Parameters
Name | Type | Description |
---|---|---|
column |
String | A String which specifies the name of the data column whose values are to be filtered according to the data filter condition. This value is assigned to the Data |
data |
String | A String which specifies the type name of the data stored in the column |
condition | Data |
A Data |
val | Object | An Object which specifies the value which will be used for data filtering. Note that the type of the filtering value should correspond to the type specified via the data |