Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IndicatorChangeType Enumeration


IndicatorChangeType Enumeration
Represents which is the behavior and which part of the indicator has changed.
Syntax
'Declaration
 
Public Enum IndicatorChangeType 
   Inherits System.Enum
 
'Usage
 
Dim instance As IndicatorChangeType
Members
MemberDescription
CategorySpecifies that the category has changed
DataSpecifies that the data has changed
MoveRepresents the moving behavior
ResizeRepresents the resizing behavior
SeriesNameSpecifies that the series name has changed
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.Chart.IndicatorChangeType

See Also