Back to Devexpress

XYDiagramPaneBaseModel.Visibility Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-xydiagrampanebasemodel.md

latest1.8 KB
Original Source

XYDiagramPaneBaseModel.Visibility Property

Gets or sets the XYDiagramPaneBaseModel.Visibility property value within the model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Appearance)]
public ChartElementVisibility Visibility { get; set; }
vb
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property Visibility As ChartElementVisibility

Property Value

TypeDescription
ChartElementVisibility

|

Visible (default value)

|

The pane is visible.

| |

Hidden

|

The pane is invisible. The place for the pane is reserved.

| |

Collapsed

|

The pane is invisible. The place for the pane is not reserved. Only the pane title is shown.

|

|

Available values:

NameDescription
Visible

The chart element is visible.

| | Hidden |

The chart element is invisible. The place for the chart element is reserved.

| | Collapsed |

The chart element is invisible. The place for the chart element is not reserved.

|

See Also

XYDiagramPaneBaseModel Class

XYDiagramPaneBaseModel Members

DevExpress.XtraCharts.Designer Namespace