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

In This Topic
    PlotFilter Property
    In This Topic
    Gets or sets the plot filter value which optimizes plotting large data arrays. The plot filter value represents the minimal distance from the previous data point in pixels. If distance is less than PlotFilter the point is not plotted. Only for XY-plot.
    Syntax
    'Declaration
     
    Public Property PlotFilter As System.Integer
    public System.int PlotFilter {get; set;}
    See Also