Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartFormula Enumeration

In This Topic
    ChartFormula Enumeration
    In This Topic
    Specifies the formula applied to one or more chart series.
    Syntax
    'Declaration
     
    Public Enum ChartFormula 
       Inherits System.Enum
    public enum ChartFormula : System.Enum 
    Members
    MemberDescription
    BollingerBandsBollinger Bands indicators are plotted at standard deviation levels above and below a simple moving average.
    DetrendedPriceOscillatorDetrended Price Oscillator attempts to remove trends from prices.
    EnvelopesEnvelopes are plotted above and below a moving average by using a specified percentage as the shift.
    ExponentialMovingAverageAn Exponential Moving Average is an average of data calculated over a period of time where the most recent days have more weight.
    MACDMoving Average Convergence/Divergence indicator compares two moving averages of prices and is used with a 9-day Exponential Moving average as a signal that indicates buying and selling moments.
    MeanMean prices are average values of daily prices and can be used as a filter for trend indicators.
    MedianMedian prices are mid-point values of daily prices and can be used as a filter for trend indicators.
    MovingAverageA Simple Moving Average is an average of data calculated over a period of time. The moving average is the most popular price indicator used in technical analysis, and can be used with any price, for example, Hi, Low, Open and Close, or can be applied to other indicators.
    PerformanceThe Performance indicator compares a current closing price or any other price with the first closing value from the first time period.
    RateOfChangeThe Rate of Change indicator compares a specified closing price with the current price.
    RelativeStrengthIndexThe Relative Strength Index is a momentum oscillator that compares upward movements of the closing price with downward movements, and results in values that range from 0 to 100.
    StandardDeviationStandard Deviation is used to indicate volatility, and measures the difference between values, for example, closing price, and their moving average.
    TriangularMovingAverageA Triangular Moving Average is an average of data calculated over a period of time where the middle portion of data has more weight.
    TRIXThe Triple Exponential Moving Average is based on a triple moving average of the closing price. Its purpose is to eliminate short cycles. This indicator keeps the closing price in trends that are shorter than the specified period.
    WeightedMovingAverageWeighted Moving Average is an average of data that is calculated over a period of time, where greater weight is attached to the most recent data.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartFormula

    See Also