Skip to main content
A newer version of this page is available. .

SeparatePaneIndicator Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public abstract class SeparatePaneIndicator :
    Indicator,
    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.

See Also