2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / PlotFilterMethod Property

In This Topic
    PlotFilterMethod Property
    In This Topic
    Gets or sets the plot filter method. This property specifies method of optimization when plotting large data arrays. Only for XY-plot.
    Syntax
    'Declaration
     
    Public Property PlotFilterMethod As PlotFilterMethodEnum
    public PlotFilterMethodEnum PlotFilterMethod {get; set;}
    See Also