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

SeparatePaneIndicator.Pane Property

Specifies the pane (or its View Model), on which the indicator is plotted.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[DXDesignerSerializableProperty]
public object Pane { get; set; }

Property Value

Type Description
Object

An object of a pane’s View Model class or the Pane object.

See Also