ADXFunction overview

Constructors

 ConstructorOverloaded

Public Methods

 AddPointsGets all points from Source series, performs a function operation and stores results in ParentSeries.
 Clear
 Description

Public Properties

 DMDownAccess characteristics of the DMDown line (a FastLineSeries). DMDown is a sub-series (of type FastLine) of ADX function.
 DMUpAccess characteristics of the DMUp line (a FastLineSeries). DMUp is a sub-series (of type FastLine) of ADX function.
 DownLinePenThe pen used to draw the lower ADX line. Corresponds to DMDown.Pen property.
 UpLinePenThe pen used to draw the upper ADX line. Corresponds to DMUp.Pen property.
aDXFunction1.UpLinePen.Color = Color.Blue ; 

See Also

ADXFunction Class | Steema.TeeChart.Functions Namespace