[]
Use the members of this enumeration to set the value of the PlotFilterMethod property in the ChartDataSeries class.
public enum PlotFilterMethodEnum
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. |