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

AnnotationModel.ConnectorStyle Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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.

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

See Also