[]
Specifies the plot filter method of the data series.
public enum ChartPlotFilterMethod
Name | Description |
---|---|
Alternative | Alternative data filtering algorithm optimizes plotting of large data arrays which are ordered along one direction(x or y). |
Default | Default data filtering algorithm optimizes plotting of large data arrays. |
None | Data values are not filtered. |