XtraChartsIndicatorCollectionExtensions Members
A class storing extension methods allowing you to add indicators configured using delegate methods to the indicators collection.Methods
| Name | Description |
|---|---|
| AddAverageTrueRange(IndicatorCollection, Action<AverageTrueRange>) static | Adds a new Average True Range indicator configured using the specified method to the specified indicators collection of a series. |
| AddBollingerBands(IndicatorCollection, Action<BollingerBands>) static | Adds a new Bollinger Bands indicator configured using the specified method to the specified indicators collection of a series. |
| AddChaikinsVolatility(IndicatorCollection, Action<ChaikinsVolatility>) static | Adds a new Chaikin’s Volatility indicator configured using the specified method to the specified indicators collection of a series. |
| AddCommodityChannelIndex(IndicatorCollection, Action<CommodityChannelIndex>) static | Adds a new Commodity Channel Index indicator configured using the specified method to the specified indicators collection of a series. |
| AddDataSourceBasedErrorBars(IndicatorCollection, Action<DataSourceBasedErrorBars>) static | Adds a new Data Source Based error bars indicator configured using the specified method to the specified indicators collection of a series. |
| AddDetrendedPriceOscillator(IndicatorCollection, Action<DetrendedPriceOscillator>) static | Adds a new Detrended Price Oscillator indicator configured using the specified method to the specified indicators collection of a series. |
| AddExponentialMovingAverage(IndicatorCollection, Action<ExponentialMovingAverage>) static | Adds a new Exponential Moving Average indicator configured using the specified method to the specified indicators collection of a series. |
| AddFibonacciIndicator(IndicatorCollection, Action<FibonacciIndicator>) static | Adds a new Fibonacci indicator configured using the specified method to the specified indicators collection of a series. |
| AddFixedValueErrorBars(IndicatorCollection, Action<FixedValueErrorBars>) static | Adds a new Fixed Value error bars indicator configured using the specified method to the specified indicators collection of a series. |
| AddMassIndex(IndicatorCollection, Action<MassIndex>) static | Adds a new Mass Index indicator configured using the specified method to the specified indicators collection of a series. |
| AddMedianPrice(IndicatorCollection, Action<MedianPrice>) static | Adds a new Median Price indicator configured using the specified method to the specified indicators collection of a series. |
| AddMovingAverageConvergenceDivergence(IndicatorCollection, Action<MovingAverageConvergenceDivergence>) static | Adds a new Moving Average Convergence Divergence indicator configured using the specified method to the specified indicators collection of a series. |
| AddPercentageErrorBars(IndicatorCollection, Action<PercentageErrorBars>) static | Adds a new Percentage error bars indicator configured using the specified method to the specified indicators collection of a series. |
| AddRateOfChange(IndicatorCollection, Action<RateOfChange>) static | Adds a new Rate Of Change indicator configured using the specified method to the specified indicators collection of a series. |
| AddRegressionLine(IndicatorCollection, Action<RegressionLine>) static | Adds a new regression line configured using the specified method to the specified indicators collection of a series. |
| AddRelativeStrengthIndex(IndicatorCollection, Action<RelativeStrengthIndex>) static | Adds a new Relative Strength Index indicator configured using the specified method to the specified indicators collection of a series. |
| AddSimpleMovingAverage(IndicatorCollection, Action<SimpleMovingAverage>) static | Adds a new Simple Moving Average indicator configured using the specified method to the specified indicators collection of a series. |
| AddStandardDeviation(IndicatorCollection, Action<StandardDeviation>) static | Adds a new Standard Deviation indicator configured using the specified method to the specified indicators collection of a series. |
| AddStandardDeviationErrorBars(IndicatorCollection, Action<StandardDeviationErrorBars>) static | Adds a new Standard Deviation error bars indicator configured using the specified method to the specified indicators collection of a series. |
| AddStandardErrorBars(IndicatorCollection, Action<StandardErrorBars>) static | Adds a new Standard Error error bars indicator configured using the specified method to the specified indicators collection of a series. |
| AddTrendLine(IndicatorCollection, Action<TrendLine>) static | Adds a new trend line configured using the specified method to the specified indicators collection of a series. |
| AddTriangularMovingAverage(IndicatorCollection, Action<TriangularMovingAverage>) static | Adds a new Triangular Moving Average indicator configured using the specified method to the specified indicators collection of a series. |
| AddTripleExponentialMovingAverageTema(IndicatorCollection, Action<TripleExponentialMovingAverageTema>) static | Adds a new Triple Exponential Moving Average (TEMA) indicator configured using the specified method to the specified indicators collection of a series. |
| AddTripleExponentialMovingAverageTrix(IndicatorCollection, Action<TripleExponentialMovingAverageTrix>) static | Adds a new Triple Exponential Moving Average indicator (TRIX) configured using the specified method to the specified indicators collection of a series. |
| AddTypicalPrice(IndicatorCollection, Action<TypicalPrice>) static | Adds a new Typical Price indicator configured using the specified method to the specified indicators collection of a series. |
| AddWeightedClose(IndicatorCollection, Action<WeightedClose>) static | Adds a new Weighted Close indicator configured using the specified method to the specified indicators collection of a series. |
| AddWeightedMovingAverage(IndicatorCollection, Action<WeightedMovingAverage>) static | Adds a new Weighted Moving Average indicator configured using the specified method to the specified indicators collection of a series. |
| AddWilliamsR(IndicatorCollection, Action<WilliamsR>) static | Adds a new Williams %R indicator configured using the specified method to the specified indicators collection of a series. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also