Share via


ChartCalloutLineStyle Enum

Definition

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.

Applies to