This documentation is archived and is not being maintained.
Chart::DataManipulator Property
Visual Studio 2010
Gets a DataManipulator object that provides methods and properties that handle data.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
[BrowsableAttribute(false)] public: property DataManipulator^ DataManipulator { DataManipulator^ get (); }
Property Value
Type: System.Windows.Forms.DataVisualization.Charting::DataManipulatorA DataManipulator object.
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: