Back to Devexpress

SeparatePaneIndicator Class

corelibraries-devexpress-dot-xtracharts-c8a7d982.md

latest2.6 KB
Original Source

SeparatePaneIndicator Class

The base class for all indicators that can be drawn in a separate pane.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class SeparatePaneIndicator :
    Indicator,
    ISeparatePaneIndicator,
    IAffectsAxisRange
vb
Public MustInherit Class SeparatePaneIndicator
    Inherits Indicator
    Implements ISeparatePaneIndicator,
               IAffectsAxisRange

Remarks

This class introduces the SeparatePaneIndicator.AxisY property, allowing you to specify the Y-axis used to plot the indicator and the SeparatePaneIndicator.Pane property specifying the pane on which the indicator is plotted.

Implements

IXtraSerializable

Inheritance

Show 16 items

Object ChartElement ChartElementNamed Indicator SeparatePaneIndicator AverageTrueRange

ChaikinsVolatility

CommodityChannelIndex

DetrendedPriceOscillator

MassIndex

MovingAverageConvergenceDivergence

RateOfChange

RelativeStrengthIndex

StandardDeviation

TripleExponentialMovingAverageTrix

WilliamsR

See Also

SeparatePaneIndicator Members

DevExpress.XtraCharts Namespace