Back to Devexpress

Annotation.ConnectorStyle Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-e82fc109.md

latest3.2 KB
Original Source

Annotation.ConnectorStyle Property

Specifies the connector style of the annotation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public AnnotationConnectorStyle ConnectorStyle { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property ConnectorStyle As AnnotationConnectorStyle

Property Value

TypeDescription
AnnotationConnectorStyle

An AnnotationConnectorStyle enumeration value representing the connector style.

|

Available values:

NameDescription
None

The annotation connector is disabled.

| | Tail |

Represents the tail annotation connector style.

| | Arrow |

Represents the arrow annotation connector style.

| | NotchedArrow |

Represents the notched arrow annotation connector style.

| | Line |

Represents the line annotation connector style.

|

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.

winforms-chart-accompany-chart-elements-by-text-or-image-annotations/VB/AnnotationsSample/Form1.vb#L61

vb
myImageAnnotation.ShapeFillet = 10
    myImageAnnotation.ConnectorStyle = AnnotationConnectorStyle.Arrow
End Sub

See Also

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace