2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PlotFilterMethodEnum Enumeration

In This Topic
    PlotFilterMethodEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartDataSeries.PlotFilterMethod property in the ChartDataSeries class.
    Syntax
    'Declaration
     
    Public Enum PlotFilterMethodEnum 
       Inherits System.Enum
    public enum PlotFilterMethodEnum : System.Enum 
    Members
    MemberDescription
    AlternativeAlternative data filtering algorithm optimizes plotting of large data arrays which are ordered along one direction(x or y).
    DefaultDefault data filtering algorithm optimizes plotting of large data arrays.
    NoneData values are not filtered.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.PlotFilterMethodEnum

    See Also