ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries.PlotFilter Property

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.

[Visual Basic]

Public Property PlotFilter As Integer

[C#]

public int PlotFilter {get;set;}

[Delphi]

public property PlotFilter: Int32 read get_PlotFilter write set_PlotFilter;

See Also

ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.