Dundas Chart for ASP.NET
DataManipulator Class Members
See Also  Properties  Methods  Send comments on this topic.
Dundas.Charting.WebControl Namespace : DataManipulator Class


The following tables list the members exposed by DataManipulator.

Public Properties

  Name Description
Public Property FilterMatchedPoints Enterprise Edition Only Feature. Gets or sets a value that determines if points are filtered if they match criteria that is specified in Filter method calls.
Indicates that data points are filtered when they match the criteria, otherwise they are filtered when they do not match the criteria.  
Public Property FilterSetEmptyPoints Enterprise Edition Only Feature. Gets or sets a value that determines if points filtered by the Filter or FilterTopN methods are removed or marked as empty.
Indicates that data points are only marked as empty when filtering, otherwise they are removed from the series.  
Public Property IgnoreEmptyPoints Overview Enterprise Edition Only Feature.

Gets or sets a value that determines if empty points are ignored during a grouping or exporting operation.

(Inherited from FormulaData)
Public Property StartFromFirst Overview Enterprise Edition Only Feature.

Gets or sets a value that determines how moving average formulas deal with the first data points that do not have enough historical data to calculate the moving average.

(Inherited from FormulaData)
Public Property Statistics

Statistics object, used for statistical analysis.

(Inherited from FormulaData)
Top

Public Methods

  Name Description
Public Method CopySeriesValues Enterprise Edition Only Feature. Copies Y-values of one or more input series' data points to one or more output series' data points. (Inherited from FormulaData)
Public Method ExportSeriesValues Overloaded. Enterprise Edition Only Feature. Exports one or more Series to a DataSet object.  
Public Method Filter Overloaded. Enterprise Edition Only Feature. Filters data points. Points are either removed or marked as empty, depending on the FilterSetEmptyPoints property.
 

Note that if multiple series are filtered then the series must be aligned, otherwise an exception will be thrown. Refer to the Aligning Series topic for information on aligned series.

 
Public Method FilterTopN Overloaded. Enterprise Edition Only Feature. Filters all data points except for a specified number of largest or smallest points. Points are either removed or marked as empty, depending on the FilterSetEmptyPoints property.

Note that if multiple series are filtered then the series must be aligned, otherwise an exception will be thrown. Refer to the Aligning Series topic for information on aligned series.  

Public Method FormulaFinancial Overloaded. 




Applies a financial formula to the Y-values of one or more series.

(Inherited from FormulaData)
Public Method Group Overloaded. Enterprise Edition Only Feature. Groups data using one or more formulas, combining multiple data points into one point.  
Public Method GroupByAxisLabel Overloaded. Enterprise Edition Only Feature. Groups data by axis labels using a specified formula.  
Public Method InsertEmptyPoints Overloaded. Replaces missing data points with empty points.  
Public Method Sort Overloaded. Sorts data points in one or more series. A custom sort can also be performed.

Note that if multiple series are sorted then the series must be aligned, otherwise an exception will be thrown. Refer to the Aligning Series topic for information on aligned series.  

Top

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.