corelibraries-devexpress-dot-xtracharts-c8a7d982.md
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
public abstract class SeparatePaneIndicator :
Indicator,
ISeparatePaneIndicator,
IAffectsAxisRange
Public MustInherit Class SeparatePaneIndicator
Inherits Indicator
Implements ISeparatePaneIndicator,
IAffectsAxisRange
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.
Show 16 items
Object ChartElement ChartElementNamed Indicator SeparatePaneIndicator AverageTrueRange
MovingAverageConvergenceDivergence
TripleExponentialMovingAverageTrix
See Also