Back to Devexpress

AnnotationModel.ConnectorStyle Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-annotationmodel-5e0ececc.md

latest2.2 KB
Original Source

AnnotationModel.ConnectorStyle Property

Gets or sets the value of the Annotation.ConnectorStyle within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions("Appearance")]
[LocalizableCategory(DesignerCategories.Appearance)]
public AnnotationConnectorStyle ConnectorStyle { get; set; }
vb
<PropertyForOptions("Appearance")>
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property ConnectorStyle As AnnotationConnectorStyle

Property Value

TypeDescription
AnnotationConnectorStyle

The value specifying the style of the annotation connector.

|

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.

|

See Also

AnnotationModel Class

AnnotationModel Members

DevExpress.XtraCharts.Designer Namespace