ChartVisibleTypes Enumeration

Specifies whether a chart element is visible.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Enumeration ChartVisibleTypes
'Usage
Dim instance As ChartVisibleTypes
public enum ChartVisibleTypes
public enum class ChartVisibleTypes
type ChartVisibleTypes
public enum ChartVisibleTypes

Members

Member name Description
Auto Indicates that the report processor should automatically determine the setting.
True Indicates that the chart element is visible.
False Indicates that the chart element is not visible.