Skip to main content
A newer version of this page is available. .

SeriesPointFilter.ToString() Method

Returns the textual representation of the filter.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

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

Remarks

By default the ToString method returns the “SeriesPointFilter” 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