Skip to main content

DataFilter.ToString() Method

Returns the textual representation of the data filter.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public override string ToString()

Returns

Type Description
String

A String value which is the textual representation of the data filter.

Remarks

By default the ToString method returns the “DataFilter” value.

Note

This value can be localized by inheriting from the DevExpress.XtraCharts.Localization.ChartLocalizer class. To learn more about localization read the Localization topic.

See Also