Back to Devexpress

TotalLabel.Border Property

corelibraries-devexpress-dot-xtracharts-dot-totallabel-dfeef61d.md

latest1.2 KB
Original Source

TotalLabel.Border Property

Gets or sets settings that configures the total labels’ border.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
RectangularBorder

The border settings storage.

|

See Also

TotalLabel Class

TotalLabel Members

DevExpress.XtraCharts Namespace