Skip to main content

SeparatePaneIndicator Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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.

Implements

See Also