Chart.DataManipulator Property

Definition

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

C#
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataVisualization.Charting.DataManipulator DataManipulator { get; }

Property Value

A DataManipulator object that provides methods and properties that handle data.

Attributes

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1