Skip to main content

SeparatePaneIndicator.Pane Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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