ChartCalloutStyles 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 ChartCalloutStyles
public enum ChartCalloutStyles
type ChartCalloutStyles =
Public Enum ChartCalloutStyles
- Inheritance
-
ChartCalloutStyles
Fields
Name | Value | Description |
---|---|---|
Underline | 0 | The underline style. |
Box | 1 | The box style. |
None | 2 | No callout line. |