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

Annotation.Border Property

Gets the annotation‘s border settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
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