Skip to main content
A newer version of this page is available. .

Annotation.ConnectorStyle Property

Specifies the connector style of the annotation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public AnnotationConnectorStyle ConnectorStyle { get; set; }

Property Value

Type Description
AnnotationConnectorStyle

An AnnotationConnectorStyle enumeration value representing the connector style.

Available values:

Name Description
None

The annotation connector is disabled.

ConnectorStyle_None

Tail

Represents the tail annotation connector style.

AngleAnnotations_0

Arrow

Represents the arrow annotation connector style.

ConnectorStyle_Arrow

NotchedArrow

Represents the notched arrow annotation connector style.

ConnectorStyle_NotchedArrow

Line

Represents the line annotation connector style.

ConnectorStyle_Line

Remarks

For more information, refer to Annotations Appearance.

See Also