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;}
See Also