Skip to main content

Annotation.Border Property

Gets the annotation‘s border settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public CustomBorder Border { get; }

#Property Value

Type Description
CustomBorder

A CustomBorder object which specifies the border style.

#Remarks

Use the Border property to specify the border’s color, thickness and visibility.

Refer to Annotations for more information.

See Also