SeriesPointFilter.ToString() Method
Returns the textual representation of the filter.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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