Constant Volume Bar frequency plugin.

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

Syntax

C#
[SerializableAttribute]
public sealed class VolumeFrequency : FrequencyPlugin
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class VolumeFrequency _
	Inherits FrequencyPlugin
Visual C++
[SerializableAttribute]
public ref class VolumeFrequency sealed : public FrequencyPlugin

Remarks

The volume bar frequency is used to generate bars from volume. The only parameter for this plugin is the volume value that must come in to form a complete bar. This plugin allows RightEdge to create what is commonly referred to as "volume bars".

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.FrequencyPlugin
    RightEdge.Common..::.VolumeFrequency

See Also