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

TotalLabel.Border Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RectangularBorder Border { get; }

Property Value

Type Description
RectangularBorder

The border settings storage.

See Also