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

In This Topic
    PlotFilter Property (ChartDataSeries)
    In This Topic
    Gets or sets the plot filter value which optimizes plotting large data arrays (for 2D XY-plot only).
    Syntax
    'Declaration
     
    Public Property PlotFilter As Integer
    public int PlotFilter {get; set;}
    Remarks
    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.
    See Also