Share via


ChartGridLinesEnabledTypes Enumeration

Specifies whether major or minor grid lines are enabled.

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

Syntax

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

Members

Member name Description
Auto Indicates that the report processor should automatically determine the setting.
True Indicates that major or minor grid lines are enabled.
False Indicates that major or minor grid lines are not enabled.