ChartArea.Visible Property

.NET Framework (current version)
 

Gets or sets a value that indicates if a chart area is visible.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Public Overridable Property Visible As Boolean

Property Value

Type: System.Boolean

true if the chart area is visible; otherwise, false.

When this flag is set to false, all series, legends, titles and annotation objects associated with the chart area will also be hidden.

.NET Framework
Available since 4.0
Return to top
Show: