ChartVisibleTypes 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 a chart element is visible.
public enum class ChartVisibleTypes
public enum ChartVisibleTypes
type ChartVisibleTypes =
Public Enum ChartVisibleTypes
- Inheritance
-
ChartVisibleTypes
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | The chart element is Auto visible. |
True | 1 | The chart element is is visible. |
False | 2 | The chart element is not visible. |