Namespace:  RightEdge.Indicators
Assembly:  Indicators (in Indicators.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
[SerializableAttribute]
public class ZigZag : IndicatorBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ZigZag _
	Inherits IndicatorBase
Visual C++
[SerializableAttribute]
public ref class ZigZag : public IndicatorBase

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    RightEdge.Common..::.IndicatorBase
      RightEdge.Indicators..::.ZigZag

See Also