ComponentOne FlexReport for WinForms
PlotFilter Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartDataSeries Class : PlotFilter Property
Gets or sets the plot filter value which optimizes plotting large data arrays (for 2D XY-plot only).
Syntax
'Declaration
 
Public Property PlotFilter As System.Integer
public System.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

Reference

ChartDataSeries Class
ChartDataSeries Members