The following tables list the members exposed by DataManipulator.
Name | Description | |
---|---|---|
DataManipulator Constructor | Public constructor |
Name | Description | |
---|---|---|
FilterMatchedPoints | Indicates that data points are filtered when they match the criteria, otherwise they are filtered when they do not match the criteria. | |
FilterSetEmptyPoints | Indicates that data points are only marked as empty when filtering, otherwise they are removed from the series. | |
IgnoreEmptyPoints | Indicates that empty points are ignored while performing calculations. Otherwise empty points are treated as zeros. (Inherited from FormulaData) | |
StartFromFirst | Start formulas like rolling average from zero. (Inherited from FormulaData) | |
Statistics | Resturns Statistical Utility class (Inherited from FormulaData) |
Name | Description | |
---|---|---|
CopySeriesValues | Merge, split or move Y values of the series. (Inherited from FormulaData) | |
ExportSeriesValues | Overloaded. Export all series from the collection into the DataSet object. | |
Filter | Overloaded. Filters points using the elements indexes. | |
FilterTopN | Overloaded. Keeps only N top/bottom points of the series. | |
FormulaFinancial | Overloaded. This method calls a method from a formula module with specified name. (Inherited from FormulaData) | |
Group | Overloaded. Groups series points in the interval. | |
GroupByAxisLabel | Overloaded. Grouping by X value, when it’s a string (stored in AxisLabel property). | |
InsertEmptyPoints | Overloaded. Insert empty data points using specified interval. | |
Sort | Overloaded. Sort series data points in specified order. |