Use the members of this enumeration to set the value of the ChartDataSeries.PlotFilterMethod property in the ChartDataSeries class.
[Visual Basic]
Public Enum PlotFilterMethodEnum
[C#]
public enum PlotFilterMethodEnum
[Delphi]
type PlotFilterMethodEnum = (Alternative, Default, None);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Alternative |
Alternative data filtering algorithm optimizes plotting of large data arrays which are ordered along one direction(x or y). |
Default |
Default data filtering algorithm optimizes plotting of large data arrays. |
None |
Data values are not filtered. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |