ChartCalloutLineStyles 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 style of the callout line.
public enum class ChartCalloutLineStyles
public enum ChartCalloutLineStyles
type ChartCalloutLineStyles =
Public Enum ChartCalloutLineStyles
- Inheritance
-
ChartCalloutLineStyles
Fields
Name | Value | Description |
---|---|---|
Solid | 0 | A solid line. |
Dotted | 1 | A dotted line. |
Dashed | 2 | A dashed line. |
Double | 3 | A double line. |
DashDot | 4 | Alternating dashes and dots. |
DashDotDot | 5 | A dash followed by two dots. |
None | 6 | No line style. |