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