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

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.v18.2.Wizard.dll

Declaration

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

Property Value

Type Description
XYDiagramPaneBaseModel

The pane model.

See Also