ChartCalloutLineStyle 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 ChartCalloutLineStyle
public enum ChartCalloutLineStyle
type ChartCalloutLineStyle =
Public Enum ChartCalloutLineStyle
- Inheritance
-
ChartCalloutLineStyle
Fields
Name | Value | Description |
---|---|---|
Solid | 0 | The style of the callout line is Solid. |
Dotted | 1 | The style of the callout line is Dotted. |
Dashed | 2 | The style of the callout line is Dashed. |
Double | 3 | The style of the callout line is Double. |
DashDot | 4 | The style of the callout line is DashDot. |
DashDotDot | 5 | The style of the callout line is DashDotDot. |
None | 6 | The style of the callout line is None. |