ChartGridLinesEnabledTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether major or minor grid lines are enabled.
public enum class ChartGridLinesEnabledTypes
public enum ChartGridLinesEnabledTypes
type ChartGridLinesEnabledTypes =
Public Enum ChartGridLinesEnabledTypes
- Inheritance
-
ChartGridLinesEnabledTypes
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Indicates that the report processor should automatically determine the setting. |
True | 1 | Indicates that major or minor grid lines are enabled. |
False | 2 | Indicates that major or minor grid lines are not enabled. |