ChartCalloutLineAnchor 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 shape to be drawn at the end of the callout line.
public enum class ChartCalloutLineAnchor
public enum ChartCalloutLineAnchor
type ChartCalloutLineAnchor =
Public Enum ChartCalloutLineAnchor
- Inheritance
-
ChartCalloutLineAnchor
Fields
Name | Value | Description |
---|---|---|
Arrow | 0 | Specifies the Arrow shape. |
Diamond | 1 | Specifies the Diamond shape. |
Square | 2 | Specifies the Square shape. |
Round | 3 | Specifies the Round shape. |
None | 4 | Specifies the No shape. |