Chart::DataManipulator Property

.NET Framework (current version)
 

Gets a DataManipulator object that provides methods and properties that handle data.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BrowsableAttribute(false)]
property DataManipulator^ DataManipulator {
	DataManipulator^ get();
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::DataManipulator^

A DataManipulator object that 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
Return to top
Show: