Skip to main content

SeparatePaneIndicatorModel.Pane Property

Gets or sets the model of the pane assigned to the modeled $indicator that is drawable on a separate pane.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions("Layout")]
[LocalizableCategory(DesignerCategories.Layout)]
[UseAsSimpleProperty]
public XYDiagramPaneBaseModel Pane { get; set; }

Property Value

Type Description
XYDiagramPaneBaseModel

The pane model.

See Also