Returns a DataManipulator object, which allows for the manipulation of data.
Series data manipulator
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property DataManipulator As DataManipulator |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DataManipulator DataManipulator {get;} |
Return Value
A DataManipulator object.
The DataManipulator property is used for data manipulation.
Note that all methods of this class except for InsertEmptyPoints and Sort are Enterprise only edition features.
Use this property at run-time to:
- Copy Y-values.
- Filter data.
- Group data.
- Replace missing data with empty points.
- Export data to a DataSet object.
- Sort data.
- Apply a financial formula to data.
Refer to the DataManipulator Class Overview for further details.
For information concerning a particular type of data manipulation see the "Data Manipulation" topics in the "How to Use the Chart Control" folder.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family