Skip to main content

Annotation.ConnectorStyle Property

Specifies the connector style of the annotation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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

Refer to Annotations for more information.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ConnectorStyle property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also