Annotation.ConnectorStyle Property
Specifies the connector style of the annotation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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. |
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.
Related GitHub Examples
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.