Chart.DataManipulator Property
.NET Framework (current version)
Gets a DataManipulator object, which provides methods and properties that handle data.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Property Value
Type: System.Web.UI.DataVisualization.Charting.DataManipulatorA DataManipulator object which provides methods and properties that handle data.
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: