Intersoft ClientUI Documentation
DataPointState Enumeration



Describes the state a data point is in.
Syntax
Public Enum DataPointState 
   Inherits System.Enum
Dim instance As DataPointState
public enum DataPointState : System.Enum 
public enum class DataPointState : public System.Enum 
Members
MemberDescription
Created Data point has been created.
Hidden Data point is hidden.
Hiding Data point is in the process of being hidden.
Normal Data point is visible in the plot area.
PendingRemoval Data point is in the process of being removed from the plot area.
Showing Data point is in the process of being revealed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.DataVisualization.DataPointState

Requirements

Target Platforms: 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

See Also

Reference

Intersoft.Client.UI.DataVisualization Namespace

Send Feedback