ChartBreakLineTypes 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 the type of the line to use for the scale break lines.
public enum class ChartBreakLineTypes
public enum ChartBreakLineTypes
type ChartBreakLineTypes =
Public Enum ChartBreakLineTypes
- Inheritance
-
ChartBreakLineTypes
Fields
Name | Value | Description |
---|---|---|
Ragged | 0 | Display ragged scale break lines. |
Wave | 1 | Display wavy scale break lines. |
Straight | 2 | Display straight scale break lines. |
None | 3 | Do not display a line for scale breaks. |