AnnotationModel.ConnectorStyle Property
Gets or sets the value of the Annotation.ConnectorStyle within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions("Appearance")]
[LocalizableCategory(DesignerCategories.Appearance)]
public AnnotationConnectorStyle ConnectorStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| AnnotationConnectorStyle | The value specifying the style of the annotation connector. |
Available values:
| Name | Description |
|---|---|
| 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




