[]
        
(Showing Draft Content)

C1.Win.C1Chart.PlotFilterMethodEnum

PlotFilterMethodEnum Enum

Use the members of this enumeration to set the value of the PlotFilterMethod property in the ChartDataSeries class.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public enum PlotFilterMethodEnum

Fields

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.