ChartIncludeZeroTypes 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 to include zero on the axis scale.
public enum class ChartIncludeZeroTypes
public enum ChartIncludeZeroTypes
type ChartIncludeZeroTypes =
Public Enum ChartIncludeZeroTypes
- Inheritance
-
ChartIncludeZeroTypes
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Indicates that the report processor should automatically determine the setting. |
True | 1 | Indicates that the axis scale should include the zero value. |
False | 2 | Indicates that the axis scale should not include the zero value. |