Back to Devexpress

Annotation.Border Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-f0812b28.md

latest1.6 KB
Original Source

Annotation.Border Property

Gets the annotation‘s border settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public CustomBorder Border { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Border As CustomBorder

Property Value

TypeDescription
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

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace