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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

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