Dundas Chart for ASP.NET
DataManipulator Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : DataManipulator Property


Returns a DataManipulator object, which allows for the manipulation of data.


Series data manipulator

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property DataManipulator As DataManipulator
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As DataManipulator
 
value = instance.DataManipulator
C#  
public DataManipulator DataManipulator {get;}

Return Value

A DataManipulator object.

Remarks

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.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.