ChartSeparators 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 separator to use for the legend header.
public enum class ChartSeparators
public enum ChartSeparators
type ChartSeparators =
Public Enum ChartSeparators
- Inheritance
-
ChartSeparators
Fields
Name | Value | Description |
---|---|---|
None | 0 | The None Line chart separator. |
Line | 1 | The Line chart separator. |
ThickLine | 2 | The Thick Line separator. |
DoubleLine | 3 | The Double Line separator. |
DashLine | 4 | The Dash Line chart separator. |
DotLine | 5 | The Dot Line chart separator. |
GradientLine | 6 | The Gradient Line chart separator. |
ThickGradientLine | 7 | The Thick Gradient Line chart separator. |