[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartPlotFilterMethod

ChartPlotFilterMethod Enum

Specifies the plot filter method of the data series.

Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public enum ChartPlotFilterMethod

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.