ChartCalloutStyle 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 to use when drawing the callout lines.
public enum class ChartCalloutStyle
public enum ChartCalloutStyle
type ChartCalloutStyle =
Public Enum ChartCalloutStyle
- Inheritance
-
ChartCalloutStyle
Fields
Name | Value | Description |
---|---|---|
Underline | 0 | Attach the callout line to an underline on the label. |
Box | 1 | Attach the callout line to a box around the label. |
None | 2 | No additional label style for the callout line. |